I'm starting a tutorial series, can't let Terry have all the fun, but I think something went wrong with the latest development version of QB64. I cannot get the code, for my very first tutorial, to display to the screen.
PRINT "This first tutorial will cover how to begin your program."
PRINT "The first thing a coder must consider is starting with a clear screen."
PRINT "Fortunately, QBasic and QB64 make that job very easy to do."
PRINT "So for our first lesson, we will all learn to clear the screen."
PRINT "Go to your QBasic, or QB64 IDE, type and run the command": CLS