~starkingdoms/starkingdoms

ref: 59f169733a76201b3dcb2e1913861478bd743fdd starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
59f16973 — core feat: add linux native build 17 days ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}