READ ALL NOTES FIRST! This is a simple programming language that I developed in about a day. It can't do much right now but hopefully it will be able to in future versions. Also, as of right now, it doesn't have a name. If anyone has suggestions I will be happy to hear them. When typing in commands, make sure that they are exactly correct because otherwise the program won't enter it. Commands: help- use this command to display all of the commands that you can use with a brief description. I recommend that you always put a short wait at the end of the program because otherwise anything that it writes will be deleted right away. wait- use this command when you want a delay either between two commands or at the end of your program. //- use this and type something directly after it so that you can make a comment for yourself and the computer will ignore it. write- use the write command to write something at the end of the program. However, as soon as the program finishes, it will be deleted move- move the black dot in the box on the side a certain amount of steps turn- turn the black dot a certain amount that can be positive or negative newVar- create a new variable (NOTE: you can use a variable name for the move and turn commands instead of a number.) setVar- set an existing variable to a certain value. If you want to increase or decrease the value by a certain number, put a + or - before the number that you want added or subtracted. For example +5 would change the value by 5