Printing data
Lua Hello World and Log Function Instructions
Printing "Hello, World!"
print("Hello, World!")Using the log(string) Function
log(string) Functionlog("Hello, World!")
Last updated