This is just a plaintext optimized version of FORTH by TheMatrixKid Press green flag, write a program, press Enter or the tick. If you forget to add "output" in your programs, it's no big deal. It'll just output to stack. Here's an overview of the language: Instructions are split by spaces. Any number given will put it on the stack. Any operator (plus, minus, divide, times) will take two numbers off the stack and put the output on the stack. "input" will prompt you for a number. "output" will hire a certain cat for precisely two seconds to say a number taken off the stack. NEW COMMANDS: "loop" will repeat the program.
This is just a plaintext version of FORTH. Note: you MUST type the operator in text form. Basic Program: 1 1 plus output