0 Members and 2 Guests are viewing this topic.
Y before X is because in TI-BASIC many commands are that way too. Grammer was made specifically to get TI-83+ BASIC coders used really fast to it.
Ext0 3DRender
Rect(X,Y,8,8,2)
20 ;20h = Rectangle command10 0000 ;10h says it is a 1-byte integer, 0000 is the compiled offset into the integer table1F ;ends the argument. Think of this like a comma.10 0100 ;another 1-byte integer1F081F081F021E ;end the command. Basically an ending parentheses
F800 ;Command 0 of one of the extended token sets