This website works better with JavaScript.
Home
Explore
Help
Sign In
kindlich
/
ZenScript
forked from
ZenScript/ZenScript
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
ZenScript main repository
253
Commits
7
Branches
Tree:
c19e68376b
ZenScript
/
ScriptingExample
/
scripts
/
arithmetic.zs
arithmetic.zs
40B
History
Raw
1
2
3
4
var
j
=
0
;
println(
j);
j++;
println(
j);