Difference between revisions of "Custom Compiler Modes"

From ScarletDME
Jump to navigation Jump to search
Line 14: Line 14:
 
== OpenQM GPL Custom Compiler Modes ==
 
== 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.
+
===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.

Revision as of 04:21, 26 April 2009

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.