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
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