use the left arrow key key to backspace. \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\////////////////////////////////////// SYNTAX AND COMMAND INSTRUCTIONS: -to declare a variable: my_variable=1 my_variable+=2 my_variable-=4 -to print a variable: printv(variable) -to print a string: printstr(string) -to do an if then statement: if(condition) { thing to do } -to add an else statement: do an if statement, new line. then else{ thing to do } -conditions: >, < -operations: +, -, /, *
@Mehlon_ made the original, and asked me to remix and work on it. Here is what I have so far: -added working if thens for variables or numbers -reduced block count from 780 to 480 -increased efficiency of some stuff. -added the starting logo. -added else statements Here is what I plan to add: -loops -complex math -working lists -length statement but better than it used to be