~starkingdoms/starkingdoms

ref: ab033439ce02446ada8dab1509eaa28675a216fe starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
ab033439 — core netcode: remove interpolation 7 days ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

//var i = 0;
//var j = 0;
addOne(0);
//print i;