Lua 関数の Printf は、Command Line History と System Monitor に文字列を出力します。
この関数は何も返しません。
Command Line History に "Hello World!" と出力します。
local function main() Printf("Hello World!") end return main