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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e50d6cbf6d4eb580,start X-Google-Attributes: gid103376,public From: Wes Groleau Subject: Ada syntax and style question Date: 1998/01/02 Message-ID: <34AD3BFF.8F4@pseserv3.fw.hac.com>#1/1 X-Deja-AN: 312197842 Content-Transfer-Encoding: 7bit Sender: usenet@most.fw.hac.com (News Administration) X-Nntp-Posting-Host: wwgrol Content-Type: text/plain; charset=us-ascii Organization: Hughes Defense Communications Mime-Version: 1.0 Reply-To: wwgrol@pseserv3.fw.hac.com Newsgroups: comp.lang.ada Date: 1998-01-02T00:00:00+00:00 List-Id: Ada (95) Quality and Style suggests using at least one space outside of the quotes for string (") character (') literals, except where prohibited. What does that last clause mean? I've been mulling it over for a week, and I cannot think of any construct in Ada that prohibits a space in front of a " or a ' Do they mean "except where prohibited by this guide" ? A subsequent paragraph suggests to _never_ put a space before or after an apostrophe (') in _any_ context.