~starkingdoms/starkingdoms

ref: f2ba6ebbc002fe708f7d69d4ca2e008b3437cbda starkingdoms/crates/kabel/tmp.kab -rw-r--r-- 84 bytes
f2ba6ebb — core fix: make it compile :p 5 months ago
                                                                                
1
2
3
4
5
6
7
8
function addOne(n) {
    n += 1;
}

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