RosettaCodeData/Task/Repeat-a-string/Applesoft-BASIC/repeat-a-string.applesoft
2016-12-05 22:15:40 +01:00

3 lines
58 B
Text

FOR I = 1 TO 5 : S$ = S$ + "HA" : NEXT
? "X" SPC(20) "X"