Difference between revisions of "Custom Compiler Modes"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
== OpenQM GPL Compatibility Compiler Modes == | == OpenQM GPL Compatibility Compiler Modes == | ||
− | ===HEADING.NO.EJECT=== | + | ===HEADING.NO.EJECT=== |
+ | This is provided to function the same as the commercial HEADING.NO.EJECT. When this mode is enabled, the NO.EJECT mode of the QMBasic HEADING statement is set as the default. Automatic page throw, on setting a new heading, is suppressed. | ||
− | ===NO.ECHO.DATA=== | + | ===NO.ECHO.DATA=== |
+ | This is provided to function the same as the commercial NO.ECHO.DATA. When this mode is enabled, the application will not echo characters to standard out/terminal when being used as a data input method. | ||
Revision as of 04:20, 26 April 2009
Contents
OpenQM GPL Compatibility Compiler Modes
HEADING.NO.EJECT
This is provided to function the same as the commercial HEADING.NO.EJECT. When this mode is enabled, the NO.EJECT mode of the QMBasic HEADING statement is set as the default. Automatic page throw, on setting a new heading, is suppressed.
NO.ECHO.DATA
This is provided to function the same as the commercial NO.ECHO.DATA. When this mode is enabled, the application will not echo characters to standard out/terminal when being used as a data input method.
OpenQM GPL Custom Compiler Modes
NO.CASE.INVERT - This mode will cause INPUT and INPUT@ to ignore the case inversion state of PTERM, when the application executes. The state of PTERM is reserved during execution of _INPUT, so the session operates normally outside of the code which has "$mode no.case.invert" specified.