PRINT

Syntax:

PRINT ausgabe#$, x#, y#

Prints a word / number to the back buffer (hidden surface).

Sample:

PRINT “Hello World”, 100, 100
SHOWSCREEN
MOUSEWAIT