This is an example of how to use the OUTBYTE command:
LET A$="Hello"
OUTBYTE A$
This would only print the H character
to the console.
OUTBYTE 4
This would
print the control character
EOT
to the console.
See an ASCII table for a list of the control characters.