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: 10ad36,eb29ffe585cb20aa X-Google-Attributes: gid10ad36,public X-Google-Thread: fc89c,eb29ffe585cb20aa X-Google-Attributes: gidfc89c,public X-Google-Thread: 10261c,eb29ffe585cb20aa X-Google-Attributes: gid10261c,public X-Google-Thread: 10cc59,eb29ffe585cb20aa X-Google-Attributes: gid10cc59,public X-Google-Thread: 103376,eb29ffe585cb20aa X-Google-Attributes: gid103376,public From: z007400b@bc.seflin.org (Ralph Silverman) Subject: Re: International Algorithmic language Date: 1997/08/20 Message-ID: <5tfccu$mac@nntp.seflin.org>#1/1 X-Deja-AN: 265523507 References: <5sfeus$a1i@nntp.seflin.org> <5spvub$qns@nntp.seflin.org> <5t1lso$sad@nntp.seflin.org> Followup-To: comp.unix.bsd,comp.lang.pascal,comp.lang.pascal.misc,comp.lang.ada,comp.unix.programmer Organization: SEFLIN Free-Net Newsgroups: comp.unix.bsd,comp.lang.pascal,comp.lang.pascal.misc,comp.lang.ada,comp.unix.programmer Date: 1997-08-20T00:00:00+00:00 List-Id: Internationalization of Algorithmic Language Part 1. ( part b.001 ) traditionally in the 'c' programming language struct has the distinct feature, ( among data-types ) of of allowing definitions as well as declarations, much as with functions ... hence, in ... struct person{ /* stuff here */ } joe, anne; person is defined ( allocating no program space ! ) joe anne are declared ( allocating program space ! ) traditionally, sizeof ( applied to ) person will give size of instance of derived data-type ... however, sizeof ( applied to ) joe or sizeof ( applied to ) anne will give the size of a pointer ^^^^^^^ to such a data-entity ! international algorithmic language shall be similar ... -- Ralph Silverman z007400b@bcfreenet.seflin.lib.fl.us