TYPE thing (TYPE thing1 thing2 ...)
thing
thing1
thing2
...
Prints the input or inputs like PRINT, except that no newline character is printed at the end and multiple inputs are not separated by spaces.
TYPE "Hello TYPE "How TYPE "Are PRINT "You HelloHowAreYou
TYPE "Hello TYPE "How TYPE "Are PRINT "You