Variables allowed in inline machine language block
Assigning memory address to fixed BYTE ARRAY variable declaration
Bug fixes
DEFINE constants are case insensitive now
Correct parsing of new line called by statement PRINTE() or PRINTE("")
Removed unnecessary UNTIL initial variable assignment before main DO UNTIL DO loop declaration
More statement spacing freedom
Proper division (div operator) handling ('/' operator substituted with div operator, as there is no real division functionality in Action! anyway)
Proper assignment of second parameter in Action! MoveBlock procedure as pointer assignment of first parameter in Mad Pascal Move procedure in case it is a number
Closing end statement added in Mad Pascal code for some cases where Action! RETURN statement does not appear, f.e. after closing ']' in inline assembly
Misc
New examples
New document listing of missing features and bug issues
New features
Bug fixes
Misc