Just something I am working on. type normally, use Backspace to delete(yeah, you heard me, backspace), and enter to get a new line of code. Do NOT put spaces in between parts of commands Read All Instructions Functions are: .\add[x,y] (add x and y) .\sub[x,y] (subtracts y from x) .\mul[x,y] (multiplies x and y) .\div[x,y] (divides x by y) .\pow[x,y] (calculates x^y) .\pri[x] (determines if x is prime] .\sqt[5] (determines the square root of x) \nwvar[var name=value] (creates/edits a variable) \chvar[var name,value you want to change the variable by] (changes the variable named by the specified amount) \clear (clears all lines of code) \help- (shows lists of commands that hide when you press any key) \penup (same function as the pen up block) \pendn (same as the pen down block) \crpen (clears all pen graphics) \hcode (hides code and shows the canvas. In this mode, hit the backspace button to get back to editing the code and enter to run the code.) \gotoc[x,y] (moves the dot to x and y) \loopb[x] (repeat the code from here to the next \loope x times.) \loope (marks the point beyond which code is not looped with the previous code. \print[x] (prints the value of x) \dlvar (deletes all variables) \nfunc(begins creation of the user created function) \efunc(ends the lines of code that create the function) \rfunc(runs the user created function) \savec(saves code and stops project) \loadc(loads code) THERE IS ONLY SPACE FOR ONE USER CREATED FUNCTION AS OF RIGHT NOW.IF YOU USE THESE COMMANDS MORE THAN ONCE, YOU WILL DELETE ANY PREVIOUS STORED FUNCTIONS. 100 views!
uh-oh, might have to put this thing on my main account soon... ugh. Log: v1.0c added syntax error message v1.0b fixed glitch with arithmetic commands always adding v1.0 Changed name for better use added saving and loading commands(so you can save your work!) v0.9 added support for nested math in the first value of a math operator. YEEEEEEAAAAAAAHHHHHHH suggested by @Icely v0.8 Added commands for 1 user created function. v0.7 added command that deletes all variables v0.6.6 added thumbnail v0.6.5b fixed a glitch with loops/print. v0.6.5 added \print command v0.6 added 1 loop v0.5 added a few new commands, including pen and movement v0.4 added yet another command v0.3.5 added a help command v0.3 added a new command v0.2 added variables and a new command v0.1 alpha too early to release 6 mathematical functions. what should I do next?