NOW output actually works! This program interpreter is in a language very similar to BASIC ans such, and it can read its instructions from a single line of code, so you only have to input once. how to use: First, enter the program name. then, use these commands: PRINT: - PRINT displays a string in the output. the PRINT structure is: PRINT: "strex"; "strex" \ where strex is the string you want to display. WAIT: waits for a given amount of time. the WAIT structure is: WAIT: numex \ where numex is the amount of time you want to wait. use BACKSPACE to delete the last line of code if you make a mistake. finally, use END to end your program. when you are ready to run, enter RUN. that is all that works right now! NOTE: if you RUN without an END statement, it has an error and runs forever. I think...