GOSI v0.4.0
by gex aka. gekko (gekko_tgh@gmx.de)

A full documentation can be found at http://gex.eeve.org/forum/viewtopic.php?t=1103

Check out the page for other stuff as well :).

/*****************
 * Changelog:
 * 
 * v0.4.0
 * The program no longer needs an extern .exe file to read mpq files
 * Added explicit typecasting like in JAVA, for example: (int)
 * Added the operators += -= /= *= %= ++ --
 * Added conditional expressions x?y:z
 * Added the point operator to assemble names dynamically
 * All objects can now be used for scripts, not only units
 * Added the for-each loop to iterate over comma separated strings
 * You can place scripts now also in the untip and the unubertip (turn-off tooltips at abilities)
 * You can now reference to other String objects (formerly you only got the string "TRIGSTR_XXX", now you get the real string)
 * Added comments //xxxx, you can now add these comments into your scripts. /* *\/ comments are not supported yet
 * Made the syntax checker a bit more precise when it finds an error
 * Some other small fixes
 * Added some example functions in examples.gos in the script folder
 * Added some more GUI to the program
 *****************/