Skip to content

Commit

Permalink
Add system variables to the small TOC at top of BASIC appendix
Browse files Browse the repository at this point in the history
  • Loading branch information
jestin committed Jul 6, 2024
1 parent 1d33058 commit 442dc53
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appendix/basic_commands.tex
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ \chapter*{Commander X16 BASIC}
\item {\bfseries Functions}: describes the BASIC functions that return
values, such as calculations and string operations.

\item {\bfseries System Variables}: describes the special purpose variables
that are available in every BASIC program.

\end{enumerate}

\vspace{16pt}
Expand Down Expand Up @@ -2110,7 +2113,7 @@ \subsection{PRINT\#}
be printed. This can be any of the options available to the {\ttfamily PRINT}
statement, including commas and semicolons used for formatting. Not every
device that can be written to with {\ttfamily PRINT\#} will be able to handle
formatting, however.\\
formatting.\\

Example:\\

Expand Down

0 comments on commit 442dc53

Please sign in to comment.