VER. 02 Added variables (3 at present) Use the READ command to read the corresponding variable, CHANGE command to change the value and the SET to set the value. Neat, eh? It is designed to be simple, but not painful to code in. It currently has 6 commands.
The priority here is to add a better type engine - this is just a temporary one designed to showcase DataScript. Type commands like this: print text = text add 5 7 = 12 If you have a space in your value, use %, e.g. print example%text gives example text.