*IDE NEW FEATURES*
. Added Welcome Page.
*IDE CHANGES*
. Updated documentation about
: the CH_EXCLUSIVE constant, the choiceIsSelected routine, the FONT_STYLE_UNDERLINED constant and the if statement, etc.
*COMPILER NEW FEATURES*
. Added result keyword support. Now you can return function values like in many other modern pascal dialects.
. Added << and >> C-style shift operators, equivalent to the already existent shr and shl operators, just like in Free Pascal.
*COMPILER CHANGES*
. Constant assignment bugfix.
Partager