Color BASIC: Difference between revisions

Content deleted Content added
m Examples: format
Typo
Line 55:
Other symbols used in BASIC:
 
" " indicates string data is a constant (static)<br>
''':''' separates multiple commands on a single program line<br>
A commasemicolon, when encountered in a PRINT function, will tabcause the output to remain on the nextsame columnline<br>
( ) overrides normal order of operations for a mathematical calculation
A semicoloncomma, when encountered in a PRINT function, will cause the outputtab to remain on the samenext linecolumn<br>
A comma, when encountered in a PRINT function, will tab to the next column
 
==Key==