answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?