"DISPLAY N" should be followed by "LOCATE" and "PRINT" commands. If you put text on top(touch) screen, you should set 0(1) as N. "DISPLAY 1" will be available while screen mode set by "XSCREEN" command is 2 or 3.
"DISPLAY N" should be followed by each "PRINT" as follows.
ACLS:XSCREEN 2
DISPLAY 0:PRINT"top screen"
DISPLAY 1:PRINT"touch screen"
WHILE TRUE:VSYNC 1:WEND