@@ -46,17 +46,20 @@ If you have questions or suggestions, feel free to email me or post in the forum
46
46
- [ Control Examples] ( #control-examples )
47
47
- [ Input/Computing] ( #inputcomputing )
48
48
- [ Input Vars!] ( #input-vars )
49
+ - [ expr( Examples] ( #expr-examples )
50
+ - [ Useful eval trick] ( #useful-eval-trick )
49
51
- [ Input Examples] ( #input-examples )
50
- - [ solve( ] ( #solve )
52
+ - [ misc ] ( #misc )
51
53
- [ Physics] ( #physics )
52
54
- [ Miscellaneous] ( #miscellaneous )
55
+ - [ Play notes] ( #play-notes )
53
56
- [ Data Structures] ( #data-structures )
54
57
- [ Memory Access] ( #memory-access )
55
58
- [ Data Structures, continued] ( #data-structures-continued )
56
59
- [ Modes] ( #modes )
57
- - [ Fix ] ( #fix )
58
- - [ Output( ] ( #output )
59
- - [ Mode Examples] ( #mode -examples )
60
+ - [ Mode ] ( #mode )
61
+ - [ setFont ] ( #setfont )
62
+ - [ Full Examples] ( #full -examples )
60
63
- [ Charts] ( #charts )
61
64
- [ Key Codes] ( #key-codes )
62
65
- [ Examples] ( #examples )
@@ -519,7 +522,7 @@ piece of memory as Grammer code. Ouch!
519
522
So the simple fix is to put the ` →Z ` on the next line:
520
523
```
521
524
"Rect X,Y,15,15,2
522
- →Z
525
+ →Z
523
526
eval Z
524
527
DispBuf
525
528
eval Z
571
574
```
572
575
573
576
574
- ## misc
577
+ ## misc
575
578
This is a command subset. Commands start as ` misc #, ` . The TI-OS Token equivalent is ` solve( ` .
576
579
577
580
| ` # ` | Name | Description |
@@ -737,7 +740,7 @@ Toggles mode 4 (enable/disable [ON] key)
737
740
:Mode xor 4
738
741
```
739
742
740
- ### setFont
743
+ ### setFont
741
744
This is used to change the font. The syntax is:
742
745
* ` setFont 0 ` will change to the default 4x6 font.
743
746
* ` setFont 1 ` will change to the variable width font.
0 commit comments