Hello, World!
335
5
Open Lua sandbox at https://www.lua.org/cgi-bin/demo and type the following code in the text field:
print("Hello, World!")
After that, press run
button. You'll see the following output:
Hello, World!
Yay, that works! Now, let's give you a taste of very basics of Lua syntax.
Rate this post:
Lesson 1
Lesson 3
Share this page:
Learning plan
1. Introduction
What is Lua script and what are these tutorials about
2. Hello, World!
The most simple Lua program and where you can run it
A very brief overview of Lua syntax and expressions
4. Data types
A list of data types and their descriptions which Lua operates on
5. Operators
A list of built-in operators in Lua