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

4 lines
118 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
! In True BASIC all programs run in their own window. So this is almost a graphical version.
PRINT "Hello world!"
END