~starkingdoms/starkingdoms

ref: 9f2fc987783eb8bccb423c5326d4c82de719356c starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
9f2fc987 — ghostly_zsh shut up cargo.lock 8 months ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}