fl.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Compiling QuickWin Applications
                                             Up Contents Index Back
─────Compiling QuickWin Applications────────────────────────────────────────
 
     Use the /MW option to compile QuickWin applications.
 
     Syntax: /MW[number]
 
     The value of <number> determines where the compiler adds calls to
     the YIELDQQ subroutine:
 
     Number    Effect
 
     0         None
     1         Before DO statements
     2         On procedure entry
     4         Before READ and WRITE statements
 
     The default is /MW1.
 
     You can sum the values. For example, /MW6 causes FL to add
     YIELDQQ calls on procedure entry and before READ and WRITE
     statements.
 
     See Also: YIELDQQ
                                    -♦-