printf.lua
来自「这是快速高效的脚本语言 LUA 的 win 移植到 ce 的版本. 这是 5.1」· LUA 代码 · 共 8 行
LUA
8 行
-- an implementation of printffunction printf(...) io.write(string.format(...))endprintf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?