lua程序教材
lua程序设计的基本教材写一个最最简单的程序——Hello World。 print("Hello World") 假定你把上面这句保存在hello.lua文件中,你在命令行只需要: prompt> lua hello.lua 看到结果了吗?
下载地址
用户评论