软件大小: | 1686 K | ||
上传用户: | dan_che | ||
关键词: | lightweight embeddable Lua scripting | ||
下载地址: | 免注册下载 普通下载 |
相关代码 |
|
-- an implementation of printf function printf(...) io.write(string.format(...)) end printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())