From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 Path: utzoo!utgpu!watserv1!watmath!att!pacbell!pacbell.com!decwrl!ucbvax!agate!linus!linus!eachus From: eachus@linus.mitre.org (Robert I. Eachus) Newsgroups: comp.lang.ada Subject: Re: aliases/function return values Message-ID: Date: 7 Sep 90 19:00:18 GMT References: <12594@encore.Encore.COM> <20600058@inmet> Sender: usenet@linus.mitre.org Organization: The Mitre Corporation, Bedford, MA In-reply-to: davidr@inmet.inmet.com's message of 29 Aug 90 15:12:00 GMT List-Id: I'll bring this up informally at the URG adn ARG meetings next week, but it looks like a confirmation...the return statement returns the value of an expression, evaluated before the return. -- Robert I. Eachus with STANDARD_DISCLAIMER; use STANDARD_DISCLAIMER; function MESSAGE (TEXT: in CLEVER_IDEAS) return BETTER_IDEAS is...