---READ ALL------------------------------------------------------ right arrow to run the code, left arrow to delete ---- don't type @#!$ - it will mess up the save code ---- Possible functions: -------------------------------------- --: ABC represents letters --: 123 represents numbers --: var represents variables -------------------------------------- variable:abc --- variable can be assinged another value later variable:var:add:var+123 variable:var:add:var+var2 variable:var:add:123+123 variable:var:mul:123+123 print:abc print:123 print:var print:add:123+123 print:add:var+123 print:add:var+var print:mul:123+123 ------etcetera, any combination of numbers or vars print:string:var repeat:123 end:rep def:string end:def //anything -------------------------------------- Side buttons: -------------------------------------- - Execute: run (you can also run right arrow) - Var debug: show all variables (not useful except for me really) - E stop: stop on error (the whole program doesn't stop - only executing the code) - R clr: clear the output when you run the program
-in the output, you can see what happens when the code was run. -This uses my simple typing engine so you can type letters to write your own code, but it is much easier to just type add it into the code list directly, or create a text file and import it