Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
The underline character signals the Internet Basic compiler that the current statement is being continued on the following source line.
There is no limit to the number of lines that may be joined using the underline continuation character.
Notes:
Also see Underscore and ampersand.
Example:
DATA: FORMAT PARTNUM$;_
DESC$;_
QTYHAND;_
QTYORD;_
QTYCOMM;_
AVAIL;_
LOCATION$;_
VENDOR$_
In this example, a FORMAT statement is continued to several
source lines (and indented on the secondary lines for readability
purposes only).