一个symbian 冒险游戏代码

源代码在线查看: printf.lua

软件大小: 13597 K
上传用户: jun604001464
关键词: symbian 冒险游戏 代码
下载地址: 免注册下载 普通下载 VIP

相关代码

				-- an implementation of printf
				
				function printf(...)
				 io.write(string.format(unpack(arg)))
				end
				
				printf("Hello %s from %s on %s\n",os.getenv"USER" or "there",_VERSION,os.date())
							

相关资源