lua print function code code example Example 1: how to print in lua print("Hello World!") Example 2: lua print print "hello" -- or print("hello")