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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.36.214.3 with SMTP id o3mr392445itg.7.1464973202570; Fri, 03 Jun 2016 10:00:02 -0700 (PDT) X-Received: by 10.157.11.135 with SMTP id 7mr66038oth.17.1464973202386; Fri, 03 Jun 2016 10:00:02 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!p34no2207370qgp.1!news-out.google.com!z5ni82qge.0!nntp.google.com!q32no3226788qgq.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Fri, 3 Jun 2016 10:00:02 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.126.2.142; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2.126.2.142 References: <369391051.486634184.002061.laguest-archeia.com@nntp.aioe.org> <2127654327.486638591.658765.laguest-archeia.com@nntp.aioe.org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: no code generation for c strings From: Lucretia Injection-Date: Fri, 03 Jun 2016 17:00:02 +0000 Content-Type: text/plain; charset=UTF-8 Xref: news.eternal-september.org comp.lang.ada:30585 Date: 2016-06-03T10:00:02-07:00 List-Id: On Friday, 3 June 2016 15:27:59 UTC+1, G.B. wrote: > If "&" will be become a function call, then > > S : constant char_array := ('h', 'e', 'l', 'l', 'o', nul); I want to avoid having to spell out all these function names like that thanks, and not really sure what you mean about the & there.