Semantics :
RepeatStatement
RepeatStatement
::=
(
LABEL_NAME
:
)?
repeat
Expr
(
times
)?
SimpleBlock
Used by:
This statement repeatedly execute the block for certain number of times.