/
Block statements

Block statements

There are a number of keywords in Lua which we would describe as block statements. For example function is a block statement:

All block statements in Lua finish with the keyword end.

See Auto-Indentation

Related content

Variables
More like this
Value Types
Read with this
Operators
More like this
Auto-Indentation
Auto-Indentation
Read with this
Example code showing the eight basic types in Lua
Example code showing the eight basic types in Lua
More like this
Lua table as list
Lua table as list
Read with this