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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Brian Drummond Newsgroups: comp.lang.ada Subject: Re: some trivial questions? Date: Wed, 8 Nov 2017 10:20:47 -0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <6a5368c5-f015-4dcb-9291-e77b40fa1bf1@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Wed, 8 Nov 2017 10:20:47 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="2c53be273cec5f4be1c68866686e68a7"; logging-data="31510"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+Y7RVgqnG85AwdZiISz8jS0kwDMuxk3/o=" User-Agent: Pan/0.141 (Tarzan's Death; 168b179 git.gnome.org/pan2) Cancel-Lock: sha1:FjPSX3TRox4fnEzOBZ1S+j/dZBg= Xref: feeder.eternal-september.org comp.lang.ada:48767 Date: 2017-11-08T10:20:47+00:00 List-Id: On Tue, 07 Nov 2017 18:41:40 +0100, Jeffrey R. Carter wrote: > On 11/06/2017 11:37 PM, Robert A Duff wrote: >> >> Not really. I'd prefer that both things be called "procedure". >> Then we wouldn't need the terms "function" and "subprogram". But we'd >> still need a distinction between procedures that return a value and >> those that don't. > > Yes, but then we'd have something like "procedure" for both, > "value-returning procedure" for those that return a value, and > "non-value-returning procedure" for those that don't return a value. > "Subprogram", "function", and "procedure" > seems preferable. How about "function" and "void function"? (ducking and running away) -- Brian