These are technically not proper loops, but it appears most people use them as such.
-@LABELS and GOTO: You can define a label by writing anything preceded by a @. You can then use GOTO @LABEL to skip the program to where the label is...
@LOOP
'DO STUFF
GOTO @LOOP
1そうだね プレイ済み