ZSharp v2.0.0-alpha Major
Major Update
-
ZSharp (Z#) is the new project name. It is more professional and sounds better than "StuLang", for "Stupid Language". It also pays homage to the language that inspired it, CSharp.
-
Previous programs are incompatible with this newer version, but they can easily be converted like so:
- First, just change the script's file extension from
.SLG
to.ZS
. Any file extension will actually work, even.TXT
, but the correct.ZS
allows for better future-proofing in case that changes. - Next, if you were using any direct "SlangBuiltIn" functions, (ex.
SLG.Graphics.Init
), then replace theSLG
withZS
. This meansSLG.Graphics.Init
will become ->ZS.Graphics.Init
- First, just change the script's file extension from
Full Changelog: v1.2.2...v2.0.0