RUN OFFLINE!!!! Otherwise definitions can only be one word long etc. Consider online as a taster due to the many glitches that arise offline. A project designed to explore the use of strings in a text based environment ie through a command console. This so far has a 5 main commands: def (short for define) will define a command and what it does. For instance "def example a form of demonstration" - This would create a command which will return "a form of demonstration" in the console. A command on its own will return the string that was its definition. run followed by a command will try to perform a mathematical action upon it for example: "run 9+1" will return 10. This can also be used for functions like "def The_Answer 45-3" when "run The_Answer" is used it will return "42". If a run is used for a command which returns a string then an after a short pause it will return an error message. del deletes the following command. reset resets the entire back to the beginning. help is an example command.