Lua is an open-source markup language used by Roblox and other companies.
The classic 'Hello World!' Program is written like this.
print("Hello World!")
It is summed up for younger kids and is easy to learn.
For example, a lua function that returns the square root would look like:
function findSquareRoot(n) return n ^ 0.5 end
Copyright © 2026 eLLeNow.com All Rights Reserved.