This website works better with JavaScript.
首頁
探索
說明
登入
kindlich
/
ZenScript
複製自
ZenScript/ZenScript
關註
1
收藏
1
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
ZenScript main repository
359
Commit
7
分支
目錄樹:
a3eea65869
ZenScript
/
ScriptingExample
/
scripts
/
arithmetic.zs
arithmetic.zs
40B
文件歷史
原始文件
1
2
3
4
var
j
=
0
;
println(
j);
j++;
println(
j);