:Activate Command [AC/:A]

Awakens one of the programs that you have held in Qedit. See also Kill.

:ACTIVATE [ progname [,entrypoint] ]

(Defaults: most recently used)

The progname must be the name of a program file that you ran within Qedit, that suspended on exit, and that you held. The default is the program most-recently used. You need not spell out the entire program file; you may shorten the name to any substring. Use Verify Run to see what programs are ready to be activated.

Examples

  /run suprtool.pub.robelle  >base xx;get yy;list;xeq  {do Suprtool task}  >exit                     {return to Qedit}  End Run  SUPRTOOL is still alive.  Okay to HOLD onto it [no]?yes  /list all...              {continue editing}  /ac supr                  {activate Suprtool}  SUPRTOOL.PUB.ROBELLE  >get zz;list;xeq  >exit  Program Held.  Use :Activate/:Run to rerun.  

:Activate Command [AC/:A]