RosettaCodeData/Task/Hello-world-Newline-omission/FreeBASIC/hello-world-newline-omission.basic
2024-03-06 22:25:12 -08:00

4 lines
101 B
Text

' FB 1.10.1 Win64
Print "Goodbye, World!"; ' the trailing semi-colon suppresses the new line
Sleep