RosettaCodeData/Task/Hello-world-Text/True-BASIC/hello-world-text.basic

4 lines
118 B
Plaintext

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