RosettaCodeData/Task/Hello-world-Text/True-BASIC/hello-world-text.basic
2023-07-01 13:44:08 -04:00

3 lines
118 B
Text

! In True BASIC all programs run in their own window. So this is almost a graphical version.
PRINT "Hello world!"
END