~starkingdoms/starkingdoms

starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
539281e3 — core feat: native 18 hours ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}