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
119
Commits
7
Branches
Tree:
1e0ec99cb5
ZenScript
/
ScriptingExample
/
scripts
/
ttt
/
helloworld.zs
helloworld.zs
101B
History
Raw
1
2
3
4
5
println(
"Hello \© world!"
);
println(
5
);
println(
2
+
5
);
println(
1
-
2
);
println(
1
+
3
as long);