From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 20 Nov 91 01:58:43 GMT From: eachus@mitre-bedford.arpa (Robert I. Eachus) Subject: Re: Portable End_Error handling desired Message-ID: List-Id: If you are trying to write "bulletproof" code, you need to have a procedure that recursively calls itself in its exception handler. It should also be nested in an outer handler, and keep track of depth of nesting so that it can give up gracefully before running off the end of the stack (or causing him to reboot the machine). Robert I. Eachus with STANDARD_DISCLAIMER; use STANDARD_DISCLAIMER; function MESSAGE (TEXT: in CLEVER_IDEAS) return BETTER_IDEAS is... -- Robert I. Eachus with STANDARD_DISCLAIMER; use STANDARD_DISCLAIMER; function MESSAGE (TEXT: in CLEVER_IDEAS) return BETTER_IDEAS is...