Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedura

源代码在线查看: printf.lua

软件大小: 1686 K
上传用户: dan_che
关键词: lightweight embeddable Lua scripting
下载地址: 免注册下载 普通下载 VIP

相关代码

				-- 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())							

相关资源