comp.lang.ada
 help / color / mirror / Atom feed
From: Mehdi Saada <00120260a@gmail.com>
Subject: "strings are delimited by double quote character", where there's a character variable
Date: Fri, 1 Dec 2017 07:08:39 -0800 (PST)
Date: 2017-12-01T07:08:39-08:00	[thread overview]
Message-ID: <8f8f88d8-b9f6-492e-991a-283509b21696@googlegroups.com> (raw)

I got a a Character variable gnat says it is a String, while functions taking it as parameter take only Characters. Mentions of the variable in the procedure: 
C: Character := ''; -- strings are delimited by double quote character
while C /= '' loop 
        Get(C); PUSH(C); 
end loop; 
while (C /= '') loop -- same here        
        Get(C); 
        PUSH(C); 
end loop;

             reply	other threads:[~2017-12-01 15:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 15:08 Mehdi Saada [this message]
2017-12-01 16:38 ` "strings are delimited by double quote character", where there's a character variable A. Cervetti
2017-12-01 16:43 ` AdaMagica
2017-12-01 16:49 ` Jeffrey R. Carter
2017-12-01 18:13   ` Mehdi Saada
2017-12-01 17:23 ` Dennis Lee Bieber
2017-12-01 17:44   ` Dennis Lee Bieber
2017-12-01 19:09 ` Shark8
2017-12-05 21:45   ` Keith Thompson
replies disabled

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