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