Lua
# Syntax
|
|
# Operators
|
|
# User Input
|
|
# Arrays / “Tables”
|
|
# Recursion
call function in itself
|
|
# Key - Value Pairs
|
|
# Coroutines
useful to wait for other part of programm. e.g. unpacking files
|
|
# File I/O
|
|
# OS Module
|
|
# Custom Modules
|
|
|
|
# Metamethods
|
|
# More
sources / further reading: