~starkingdoms/starkingdoms

ref: 2d5ff0a310c97ebb043da03fd0ac886509af6b02 starkingdoms/crates/kabel/test/syntax/if_else.kab -rw-r--r-- 78 bytes
2d5ff0a3 — core fix: disable binstall telemetry that's interactive and stops ci 17 days ago
                                                                                
1
2
3
4
5
6
7
if(i == 0) {
    i = 1;
} else if (i == 1) {
    i = 2;
} else {
    i = 3;
}