-- my first app: hello.lua print "hello world"; print("goodby world") function add(a, b) return a + b end print(add(3,5))