Hi Erich,

I guess you mean in addition to signal on halt? surely signal on any will 
capture ANY condition? Or am I missing something here (again)?


ANY

traps any condition that a more specific condition trap does not trap. For 
example, if NOVALUE is raised and there is no NOVALUE trap enabled, but there 
is a SIGNAL ON ANY trap, the ANY trap is called for the NOVALUE condition. For 
example, a CALL ON ANY trap is ignored if NOVALUE is raised because CALL ON 
NOVALUE is not allowed.





Hälsningar/Regards/Grüsse,
P.O. Jonsson
oor...@jonases.se



> Am 07.11.2019 um 14:20 schrieb Erich Steinböck <erich.steinbo...@gmail.com>:
> 
> The only difference is your signal handler will also trap the error condition
> 
> To be technically correct it'll be a SYNTAX condition that will be trapped 
> for your untrapped HALT condition.
> So you might want to use SIGNAL ON SYNTAX in addition to what you have.
> _______________________________________________
> Oorexx-devel mailing list
> Oorexx-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/oorexx-devel

_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to