"Hello World" is a very simple command for DarkBASIC. It is for people who are new and want to learn
DarkBASIC. This is what you type:
PRINT "Hello World!"
Gee, that was simple! But maybe you want to do a little more?
DO
PRINT "Hello Dude!"
Loop
See the difference?
|