RosettaCodeData/Task/Repeat-a-string/ANSI-BASIC/repeat-a-string.basic
2026-04-30 12:34:36 -04:00

2 lines
33 B
Text

10 PRINT REPEAT$("ha", 5)
20 END