~starkingdoms/starkingdoms

ref: f2ba6ebbc002fe708f7d69d4ca2e008b3437cbda starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
f2ba6ebb — core fix: make it compile :p 5 months ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}