- It can be tedious to type PRINT over and over, but there's a faster way. ? is short for PRINT. Also, closing quotes are optional at the end of a line. So, these are the same:
PRINT "Hello!"
?"Hello!
- Any command of the form NAME ... OUT A, where only one value is output, can also be used as NAME(...), and vice versa.
4そうだね 未プレイ