comp.lang.ada
 help / color / mirror / Atom feed
* "strings are delimited by double quote character", where there's a character variable
@ 2017-12-01 15:08 Mehdi Saada
  2017-12-01 16:38 ` A. Cervetti
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Mehdi Saada @ 2017-12-01 15:08 UTC (permalink / 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;

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-12-05 21:45 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 15:08 "strings are delimited by double quote character", where there's a character variable Mehdi Saada
2017-12-01 16:38 ` 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

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