首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

Ubuntu装配lua并基本使用

2013-09-07 
Ubuntu安装lua并基本使用最近因为要深入应用premake,所以得学点lua.Ubuntu13.04下安装命令:#!/usr/bin/lua

Ubuntu安装lua并基本使用

最近因为要深入应用premake,所以得学点lua.

Ubuntu13.04下安装命令:

#!/usr/bin/lua-- hello world lua programstr = "Hello World!"print (str)if str == "Hello World!" thenprint "ok"end






热点排行