https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: afd961c073270253c9c666576d9e60266c48faca authored by Alex on 06 October 2017, 22:20:49 UTC
Close branch Licaon_Kter/mlv_recc-raw_force_aspect_ratio_1to1-ra-1503794292880.
Tip revision: afd961c
hello.lua
-- Hello, World!
-- Prints 'Hello World' on the console

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

back to top