Hello world in Lua

Copy paste this code into a translator:

function main(Data) trace("Hello this is Lua!") end

It should show something like:

Â