~starkingdoms/starkingdoms

ref: b072b09c00e6892310c6ee9187f441e95ae89ccf starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
b072b09c — core feat: part & attachment beginnings 5 months ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}