1 02/06/84  continue_to_signal_
 2 
 3 
 4 Entry points in continue_to_signal_:
 5    (List is generated by the help command)
 6 
 7 
 8 :Entry: continue_to_signal_: 02/06/84  continue_to_signal_
 9 
10 
11 Function: enables an on unit that cannot completely handle a condition
12 to tell the signalling program, upon its return, to search the stack
13 for other on units for the condition.  The search continues with the
14 stack frame immediately preceding the frame for the block containing
15 the on unit.  However, if a separate on unit for the any_other
16 condition is established in the same block activation as the caller of
17 continue_to_signal_, that on unit is invoked before the stack is
18 searched further.
19 
20 
21 Syntax:
22 declare continue_to_signal_ entry (fixed bin(35));
23 call continue_to_signal_ (code);
24 
25 
26 Arguments:
27 code
28    is a standard status code and is nonzero if continue_to_signal_ was
29    called when no condition was signalled.  (Output)