Lua Programming/How to Lua/hello world
Here is the hello world program written in lua:
-- This program displays a greeting on the terminal window print "Hello World!"Last modified on 20 October 2010, at 16:38
Here is the hello world program written in lua:
-- This program displays a greeting on the terminal window print "Hello World!"Last modified on 20 October 2010, at 16:38