Time Out Interpreter
TIME OUT INTERPRETER
TIME OUT is a language where the action of the program occurs between the lines of code. The interpreter cycles through every command; the code tells it how long to wait, thereby skipping over those commands we don't want to fire. If other processes (or a slow browser) cause the "time out" to last too long, we might miss the command we want and execute a different one. See also:
Load Program:

SPEED: milliseconds / command
(interpreter tries to catch up)
 


 Translate pseudo-code to TIME OUT code here
OUTPUT
PROGRAM
STACK