kytschBASIC

Put down that phone!
Please view me on real computer.

FOR

Create a for loop.

Example

FOR iLoop=1 to 10
	PRINT iLoop
	PRINT " "
NEXT iLoop

Output

iLoop iLoop iLoop iLoop iLoop iLoop iLoop iLoop iLoop iLoop 

See also