~starkingdoms/starkingdoms

ref: 02d45ddd4b8cf3264bd2d01c265ee135da50c34a starkingdoms/crates/kabel/test/runtime/fn_absent_block.kab -rw-r--r-- 37 bytes
02d45ddd — core feat: documentation a month ago
                                                                                
1
2
3
4
var x = 3;
if(x == 3) {
    foo();
}