Discussion:
Seasons Greetings.
(too old to reply)
Rod Kay
2023-12-24 14:32:23 UTC
Permalink
for Each of Forum.Newsgroup ("comp.lang.ada").Members
loop
put_Line ("Merry Xmas, " & Each.Name & ".";
end loop;
Randy Brukardt
2023-12-29 02:51:08 UTC
Permalink
Thanks. I note this demostrates why one must compile their code before
posting it here...

Randy.

P.S. And a Happy New Year to all!
Post by Rod Kay
for Each of Forum.Newsgroup ("comp.lang.ada").Members
loop
put_Line ("Merry Xmas, " & Each.Name & ".";
---------------------------------------------------^
*SYNTAX ERROR* Closing parenthesises missing.
Post by Rod Kay
end loop;
Rod Kay
2023-12-29 22:57:33 UTC
Permalink
Post by Randy Brukardt
Thanks. I note this demostrates why one must compile their code before
posting it here...
*SYNTAX ERROR* Closing parenthesises missing.
*Sigh* ,,, also demonstrates the perils of posting after a long days
socializing.

Loading...