comp.lang.ada
 help / color / mirror / Atom feed
From: Gautier write-only address <gautier_niouzes@hotmail.com>
Subject: Re: Ann: HAC v.0.085
Date: Thu, 7 Jan 2021 11:18:24 -0800 (PST)	[thread overview]
Message-ID: <db7c81ca-c75c-4c10-b057-e7fcfa89241fn@googlegroups.com> (raw)
In-Reply-To: <3adb0116-ade7-4942-aac1-dd20e8c89ee7n@googlegroups.com>

On Saturday, January 2, 2021 at 10:10:37 PM UTC+1, reinert wrote:

> Detail: all procedures need "with hac_pack; use hac_pack;" ? 

Actually not anymore, now (rev. #400+) you can write things like:

with HAC_Pack;

procedure Hello is
  procedure Prefixed is
  begin
    HAC_Pack.Put("Hello");
  end;
  procedure Using_Use is
    use HAC_Pack;
  begin
    Put(" World!");
  end;
begin
  Prefixed;
  Using_Use;
end;
 
:-)

      parent reply	other threads:[~2021-01-07 19:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-01 16:18 Ann: HAC v.0.085 Gautier write-only address
2021-01-02 21:10 ` reinert
2021-01-03 10:53   ` Gautier write-only address
2021-01-07 19:18   ` Gautier write-only address [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox