The statement_block can consist of zero or more statements of the following types:
The syntax of the declaration_block has already been described, and the empty_statement consists of a single semi-colon. E.g.
func doesnothing()
; // this is the empty statement that does nothing
;;; // here are three more all doing lots of nothing
endfunc
In the following sections are the descriptions of the other statement type listed above: