U NEED TO RUN THIS ON TURBOWARP, BACKSPACE DONT WORK HERE. https://turbowarp.org/1131220327?fps=60&hqpen&offscreen this is a apple ][ interpreter, u can run commands on the terminal and write code in the memory to run later. it only have a few commands that i'm going to list here: (variable name) = X { either creates a variable or set a value of a pre existing variable in the memory. } print (variable name) or print ("string") { print the value or spring in the terminal } (number) (code) { add the (code) on the line (number) of the code } cls { clear the console } clear { reset the memory (variables) } new { reset the code } goto (line) { when running the code, it change the line it's reading } reboot { actually dont make nothing, just "reboot" the system. u can use it to stop loops } run { run the code u write }
I'm not afiliated with apple in any way, this is just a project I made for fun.