ScratchData LogoScratchData
Back to DarthPickley's profile

Interpreter 1.1

DADarthPickley•Created June 25, 2009
Interpreter 1.1
1
0
106 views
View on Scratch

Description

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...

Project Details

Project ID583101
CreatedJune 25, 2009
Last ModifiedJune 25, 2009
SharedJune 25, 2009
Visibilityvisible
CommentsAllowed

Remix Information

Parent ProjectView Parent
Root ProjectView Root