Skip to content

Commit 5cf096a

Browse files
committed
Updated Table-of-Contents
1 parent 8f4949f commit 5cf096a

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

docs/readme.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,20 @@ If you have questions or suggestions, feel free to email me or post in the forum
4646
- [Control Examples](#control-examples)
4747
- [Input/Computing](#inputcomputing)
4848
- [Input Vars!](#input-vars)
49+
- [expr( Examples](#expr-examples)
50+
- [Useful eval trick](#useful-eval-trick)
4951
- [Input Examples](#input-examples)
50-
- [solve(](#solve)
52+
- [misc](#misc)
5153
- [Physics](#physics)
5254
- [Miscellaneous](#miscellaneous)
55+
- [Play notes](#play-notes)
5356
- [Data Structures](#data-structures)
5457
- [Memory Access](#memory-access)
5558
- [Data Structures, continued](#data-structures-continued)
5659
- [Modes](#modes)
57-
- [Fix](#fix)
58-
- [Output(](#output)
59-
- [Mode Examples](#mode-examples)
60+
- [Mode](#mode)
61+
- [setFont](#setfont)
62+
- [Full Examples](#full-examples)
6063
- [Charts](#charts)
6164
- [Key Codes](#key-codes)
6265
- [Examples](#examples)
@@ -519,7 +522,7 @@ piece of memory as Grammer code. Ouch!
519522
So the simple fix is to put the `→Z` on the next line:
520523
```
521524
"Rect X,Y,15,15,2
522-
→Z
525+
→Z
523526
eval Z
524527
DispBuf
525528
eval Z
@@ -571,7 +574,7 @@ Stop
571574
```
572575

573576

574-
## misc
577+
## misc
575578
This is a command subset. Commands start as `misc #,`. The TI-OS Token equivalent is `solve(`.
576579

577580
| `#` | Name | Description |
@@ -737,7 +740,7 @@ Toggles mode 4 (enable/disable [ON] key)
737740
:Mode xor 4
738741
```
739742

740-
### setFont
743+
### setFont
741744
This is used to change the font. The syntax is:
742745
* `setFont 0` will change to the default 4x6 font.
743746
* `setFont 1` will change to the variable width font.

0 commit comments

Comments
 (0)