FOR...NEXT Syntax: FOR = TO {STEP } ... NEXT Erstellt eine Programmschleife Bsp.: 10 FOR X = 0 TO 63 20 PRINT X; 30 NEXT X