1. 首页
  2. 编程语言
  3. C
  4. jScripts智能手机批处理/脚本解释软件源码

jScripts智能手机批处理/脚本解释软件源码

上传者: 2020-08-20 15:22:13上传 RAR文件 460.99KB 热度 10次
function can be called as msgbox(abc(a,b),"OK") 1+2+3*5 msgbox($_) //display 18 if (a==b) 2 else 3 //work fine def fact(n) if (n==1) 1 else n*fact(n-1) end msgbox(fact(5)) //work fine display 120 ExprParser move to Interpreter. Single line if statement. ++/-- like C languag
下载地址
用户评论