Hello world in Lua
Copy paste this code into a translator:
function main(Data)
trace("Hello this is Lua!")
endIt should show something like:
Copy paste this code into a translator:
function main(Data)
trace("Hello this is Lua!")
endIt should show something like: