Also, if you put a comma instead of a semi-colon on the first line, the program will insert spaces
between the two words.
PRINT "Hello",PRINT "World"
Output:
Hello World
Also, if you put a comma instead of a semi-colon on the first line, the program will insert spaces
between the two words.
PRINT "Hello",PRINT "World"
Output:
Hello World