BCX Preset Variables
BCX recognizes the following declarations as variables pre-set to the values indicated in the comments. These values are not constant and can be changed from code.
NUL$ ' Null ASCII character 0 BEL$ ' Bell ASCII character 7 BS$ ' Back Space ASCII character 8 TAB$ ' Horizontal Tab ASCII character 9 LF$ ' Line Feed ASCII character 10 VT$ ' Vertical Tab ASCII character 11 FF$ ' Form Feed ASCII character 12 CR$ ' Carriage Return ASCII character 13 EOF$ ' End-of-File ASCII character 26 ESC$ ' Escape ASCII character 27 SPC$ ' Space ASCII character 32 DQ$ ' Double-Quote ASCII character 34 CRLF$ ' Carriage Return and Line Feed