Test Release 4.7-beta1
Pre-release
Pre-release
This is a test release for the upcoming version.
Language changes:
- Adds
SIOstatement - Adds Fujinet support:
NOPEN,NCLOSE,NSTATUSandNGETstatements, see "nc" and "mastodon" examples. - Support
ADRfor floating point variables. - Adds
%()function. - You can now omit parentheses in string functions, like
LEN "X"instead ofLEN("X")
Fixes:
- Fixes compiling long
DLIstatements. - Fixes for
AND/ORmixing bools and integer operands. - Fixes chaining
COLOR()andRTAB()inPRINTstatements.
Cross Compiler:
- Fixes on Windows cross compiler for filenames with spaces or Unicode characters.
- Better error messages:
- show variable names in errors,
- ASCII art with the error location,
- shows errors on missing ending of loops or ifs.