Programmer's WorkBench (pwb.hlp) (Table of Contents; Topic list)
_pwbcompile Definition
 Summary                                   Up Contents Index Back
─────Programmer's WorkBench─────────────────────────────────────────────────
 
     _pwbcompile := cancel arg compile <
 
     Cancel         Establishes a uniform "ground state" by canceling
                    any selection or argument.
 
     Arg Compile    Compiles the current file.
 
     <              Restores the function's prompt (if any). By
                    default, function prompts are suppressed while a
                    macro is running.
 
     See
 
     Arg, Cancel, Compile
                                    -♦-