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