https://bitbucket.org/daniel_fort/magic-lantern
Revision 4ac0928bbd5891c7d2987ec82ce3844448f2284b authored by Daniel Fort on 25 January 2017, 03:24:44 UTC, committed by Daniel Fort on 25 January 2017, 03:24:44 UTC
1 parent f1bbfaa
Raw File
Tip revision: 4ac0928bbd5891c7d2987ec82ce3844448f2284b authored by Daniel Fort on 25 January 2017, 03:24:44 UTC
Close branch focus.
Tip revision: 4ac0928
hello.lua
-- Hello, World!
-- Prints 'Hello World' on the console

menu.close()
console.show()
print "Hello, World!"
print "Press any key to exit."
key.wait()
console.hide()

back to top