Class representing a for loop statement.
ForLoop: "for" Identifier "in" SetDeclaration ProgramBlock SetDeclaration: | Identifier | "{" Expression ("," Expression)* "}" | "[" Range "]"
Class representing a for loop statement.
ForLoop: "for" Identifier "in" SetDeclaration ProgramBlock SetDeclaration: | Identifier | "{" Expression ("," Expression)* "}" | "[" Range "]"