https://bitbucket.org/daniel_fort/magic-lantern
Raw File
Tip revision: ba677e894d5e1613b533ba08545c364bdabc068a authored by Daniel Fort on 04 February 2018, 14:33:07 UTC
Closed branch crop_rec_4k_mlv_lite_snd-wip
Tip revision: ba677e8
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