FOR <exp> ( TO / DTO ) <end> [ STEP <step> ] <statements> ENDFOR [ <list> ] FOR <exp> ( TO / DTO ) <end> [ STEP <step> ] DO <statements> [ IS <list> ] // see DO keyword FOR <exp> ( TO / DTO ) <end> [ STEP <step> ] <statement> [ IS <list> ]
a:=FOR...
FOR <exp> IF <condition> STEP <step> <statements> ENDFOR