So it has been a while without an update, but I finally have something that might be nice
I actually cannot remember exactly what I added, but I know I added these today:
-There is a mode to disable the ON key (Fix 4). This will allow ON to be detected as a key press as 41 or getKey(41) to return 1 if ON is pressed
-Ans can be used as a the value from the last line
-expr( can be used to parse a string as a line of code
-Input can be used for users to input data (you can use delete for backspace, clear to clear, enter to finish) This returns a pointer to the string, so Input →A is valid
So to let the user input a number and store the result in N:
expr(Input →N
Oh, and I also added some more fill options
I almost forgot about that, but they pretty much draw the screen back on a portion of itself with some logic. This can be used for some fun effects!
So I made an example factorizer thing and a mini graphic for your enjoyment