~starkingdoms/starkingdoms

ref: b5f0ffc992d78c30e2dfa85bd2b22cf609135a98 starkingdoms/crates/kabel/test/syntax/if_else.kab -rw-r--r-- 78 bytes
b5f0ffc9ghostly_zsh fix: forgot to make hearty thrusters normal again 19 days ago
                                                                                
1
2
3
4
5
6
7
if(i == 0) {
    i = 1;
} else if (i == 1) {
    i = 2;
} else {
    i = 3;
}