-- This is a comment.
print("Hello, World!")
--[[
This is a
multi-line comment.
]]
To run the code put it in hello.lua
and run lua hello.lua
.
Lua by Example
-- This is a comment.
print("Hello, World!")
--[[
This is a
multi-line comment.
]]
To run the code put it in hello.lua
and run lua hello.lua
.