You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conditional section definitions using #ifdef - #endif pre-processing directives.
Pre-processing directive #define and #undef for creating and removing pre-processing flags.
Command line option -d for creating pre-processing flags.
Optimisation t for removing GOTO command after THEN and ELSE commands. (Thanks to Rafael Gerlicze for the
idea.)
Processing flag v for using short, one character long variable names when possible. (Thanks to Csaba "Csabo"
Pankaczy for the idea.)
Pre-processing directive #frequent and #endfrequent for marking certain part of the code as frequently executed.
(Thanks to Rafael Gerlicze for the idea.)
Flag for frequently used variables to be defined as early as possible. (Thanks to Rafael Gerlicze for the idea.)
Fixed
Handling of space character in path names for included files.
Remove whitespace from beginning and end of literal label values.
Selecting BASIC variable names to accept non-alphanumeric characters in the label name, but pick valid BASIC variable
name instead.