~starkingdoms/starkingdoms

ref: ac4be9832c7cc1a735c4a593f3e9a4c4fb952deb starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
ac4be983 — core chore(lint): pass clippy 5 months ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}