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 https://interfaceware.atlassian.net/wiki/spaces/IXB/pages/2686517282