I'm trying to catch user interrupts (typically triggered by: CTRL + C). While I managed to gain a working example (see attached), I was wondering if there might be a better way to deal with it?
In particular, I would like to avoid the repetition of labels (in the example: “propagate:”) and it would be nice to collect all labels (in the example: “propagate:” and “halt:”) in a single place and even in a separate file. Hope someone has an idea for this!? Best, Till
SigHalt_example.rexx
Description: application/rexx
_______________________________________________ Oorexx-devel mailing list Oorexx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/oorexx-devel