RosettaCodeData/Task/Loops-Infinite/FreeBASIC/loops-infinite.basic
2023-07-01 13:44:08 -04:00

5 lines
36 B
Text

' FB 1.05.0
Do
Print "SPAM"
Loop