loop_statement ::= "LOOP" statement { ";" statement } "END"
This rule is called by -> statement
-> statement