~starkingdoms/starkingdoms

ref: 39baf66c3db36da0bb8fed8dc2389efe5a67f905 starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
39baf66c — core fix: slight refactor 29 days ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}