本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
jared
/
ZenScript
複製自
ZenScript/ZenScript
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
ZenScript main repository
299
提交
7
分支
目錄樹:
dae9958fd1
ZenScript
/
ScriptingExample
/
scripts
/
arithmetic.zs
arithmetic.zs
40B
歷史記錄
原始文件
1
2
3
4
var
j
=
0
;
println(
j);
j++;
println(
j);