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: 23 Sep 92 14:26:29 GMT From: munnari.oz.au!ariel!ucsvc.ucs.unimelb.edu.au!phillip.edu.au!x01233@uunet. uu.net Subject: Re: Using Global Variables Message-ID: <1992Sep23.092629.13017@phillip.edu.au> List-Id: In article <1992Sep21.203114.17199@seas.gwu.edu>, mfeldman@seas.gwu.edu (Michae l Feldman) writes: > In article <1992Sep21.165108.11129@software.org> smithd@software.org (Doug Sm ith) writes: >> >> [Discussion of what is a global variable...] >> > (1) >> package Contains_Global is >> Global_Variable : Integer; >> end Contains_Global; >> > (2) >> package body Convert_Global is >> Is_This_A_Global_Variable : Integer; ----------- What do you say? >> >>[...]--let's try to define the term `Global' >>first! What is the Integer declared inside the package body? > > This thread has been referring, I think, to the example in (1). The > "locally global" variable in (2) is almost unavoidable in Ada, for ^^^^^^^^^^^^^^^^ One of my students last year referred to "locally global" variables as _REGIONAL_ variables. Seems like a good name to me! Dale Stanbrough RMIT Melbourne Australia dale@phillip.edu.au