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 instructions on adding code runner from ram: import this by typing " Input input Indr Temp Set A Temp Add A 1 A Getr A Jmpif Temp # 1 Run Temp Add A 1 A Jmp 5 " into a text file save it click see inside right click on code list click import select the file you made then that's all how to use this: this program takes code from ram and runs it it can hold multiple programs to select a program type it's name
new: Run A runs code line spaces have to be replaced with %