/
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
, multiple selections available,
Related content
Variables
Variables
More like this
Value Types
Value Types
Read with this
Operators
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