It's programming time!/LUA

From Create Your Own Story

print("Hello LUA time!")

LUA is strange. It doesn't seem to work on its own. At least not from what I have seen xD

Normally this is external stuff that is ran when things happen. Yeah, so vague Dirty. I know, I know.

The LUA manual describes LUA as:

Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics.

So, basically, programs just use it to do something that would take even more in the original programming language.

The key here is "embeddable", which means you "put it into something else", well, basically it means that.

So, what would you like to learn about LUA?

(Options will be added as I learn more, since I know a bit more than basic, and need to go over the basics to give a better tutorial)

Personal tools