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

4 lines
118 B
Text
Raw Permalink Normal View History

2017-09-23 10:01:46 +02:00
! In True BASIC all programs run in their own window. So this is almost a graphical version.
PRINT "Hello world!"
END