Programmer's WorkBench (pwb.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.
Boolean Switch Syntax
                                             Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     Switch Type: Boolean
 
     You can use either one of the following syntaxes to set Boolean
     switches in PWB:
 
     Syntax 1
 
     <switch> : [ yes | no | on | off | 1 | 0 ]
 
     <switch>      The name of a PWB switch.
     yes, on, 1    Enable the feature controlled by <switch>.
     no, off, 0    Disable the feature controlled by <switch>.
 
     Syntax 2
 
     [no]<switch> :
 
     <switch>      Enable the feature controlled by <switch>.
     no<switch>    Disable the feature controlled by <switch>.
 
     See
 
     List of PWB Switches
                                    -♦-