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=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,dc1fff2721602dfa,start X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.72.199 with SMTP id n7mr1554407qaj.5.1359506684368; Tue, 29 Jan 2013 16:44:44 -0800 (PST) X-Received: by 10.49.1.43 with SMTP id 11mr315657qej.29.1359506684302; Tue, 29 Jan 2013 16:44:44 -0800 (PST) Path: k2ni3907qap.0!nntp.google.com!p13no6163806qai.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 29 Jan 2013 16:44:44 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.101.43.170; posting-account=BX0hiQoAAACh1jwwbtKtvsAU1boh6owG NNTP-Posting-Host: 83.101.43.170 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4978d638-a04b-4561-85e9-cf6620265af2@googlegroups.com> Subject: Ada and string literals From: codeallergy Injection-Date: Wed, 30 Jan 2013 00:44:44 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2013-01-29T16:44:44-08:00 List-Id: hi comp.lang.ada, question from a newcomer: Why ada does not allow using a string literal with access type ? abc : access string := "LITERAL"; -- error. example with C: http://ideone.com/Ioapww Thanks Rom B.