WRITE [#nbr,] expression [,expression] …
Outputs the value of each ‘expression’ separated by commas (,). If the ‘expression’ is a number it is outputted without preceding or trailing spaces.
If it is a string it is surrounded by double quotes (“). The list is terminated with a new line.
If ‘#nbr’ is specified the output will be directed to a file on the SD card previously opened for OUTPUT or APPEND as ‘#nbr’.
WRITE can be replaced by the PRINT command.
See also:
CLOSE
EOF
INPUT#
INPUT$
LINE INPUT
OPEN
PRINT
SEEK