this is a programing language I made in scratch I have a full list of commands but it is a little lengthy these are the basics: Set A B Set variable A to value B Add A B C adds A to B then pushes to C Sub A B C subtracts B from A pushes to C Mlt A B C(i don't know what to call multiply for short) multiplys A by B pushes to C Div A B C divides A by B pushes to C Addr A adds A to Ram (value list) Rmvr A removes A in Ram Getr A gets A in Ram indr A gets index of A in Ram Input A gets input from user with prompt click the cat to clear Ram info it has 6 variables that can be read/wrote to 2 variables that are read only(pi/!p and all/*) this is running the Fibonacci sequence I2 is the index of the code hope you like. I will have to write a tutorial sometime Tip: the variable on stage without a name is display
I'm planning on adding commands Run A runs line of code (spaces are replaced with %) Addc A adds line of code to code (spaces are replaced with %) rmvc A removes line of code in code (number)