1 Star 0 Fork 0

ZZH-Finalize / zCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
format.odl 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZZH-Finalize 提交于 2021-12-15 15:07 . # 添加odl
import system;
globalVarName = 5; //auto type
/*
system = 1
IO = 7
*/
add(a, b)
{
return a+b;
}
main(argc, argv)
{
localVarName = 5;
localArray = {1,2, [4]=0, [5 ... 9] = 9};
localArray2 = {{1,4},{}};
localDict = {a:7}
sysIO = request system.IO;
sysIO.write(7, 1);
for 1 ... 3:
{
}
for arg in argv
{
}
while(cond)
{
}
do{
}while(cond);
if(cond)
{
}
elif(cond2)
{
}
else
{
}
}
C
1
https://gitee.com/finalize/z-core.git
git@gitee.com:finalize/z-core.git
finalize
z-core
zCore
master

搜索帮助