4 lines
118 B
Text
4 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
|