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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1c2523f8c9a6b7d X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Ada equivalent of C "static" structures Date: 1997/03/07 Message-ID: #1/1 X-Deja-AN: 223900833 References: <33206981.84E@mccabe.com> Organization: New York University Newsgroups: comp.lang.ada Date: 1997-03-07T00:00:00+00:00 List-Id: Mike, you asked <> Sounds like you need to do some basic reading in Ada structuring and visibility, since this is an extremely elementary question. The important thing is not just to get an answer to your question (which is simple, just define a variable at the level of the package body), but rather to understand the general mechanisms, since Ada is MUCH mor powerful than C in this area, so you want to go much beyond just duplicating C faclities. You might find one of the online tutorials worthwhile, checkout www.adahome.com.