While(i< 繰り返し回数 ) { ・ ・ }
青文字:命令名(コマンド一覧表参照)
命令名が”Repeat"で0番地以降の命令を3回繰り返し行いたい場合
Repeat(0,3);
For(i:=1,i<4 ,i++ ) { ・ ・ }
While(i<4{ ・ ・ }