Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!usc!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!kenny From: kenny@m.cs.uiuc.edu Newsgroups: comp.lang.c Subject: Re: Nested comments yet again. Message-ID: <4700049@m.cs.uiuc.edu> Date: 28 Feb 90 01:40:01 GMT References: <4700047@m.cs.uiuc.edu> Lines: 15 Nf-ID: #R:m.cs.uiuc.edu:4700047:m.cs.uiuc.edu:4700049:000:530 Nf-From: m.cs.uiuc.edu!kenny Feb 27 14:07:00 1990 >Single-quoted strings? I've heard of single-quoted characters, but not >single-quoted strings. Is this some new invention or just a slip of >the keyboard? It's a common extension that many compilers allow. A multicharacter constant such as 'ABC' has a value of some integer type, and represents a machine word with the characters in it in some appropriate ordering. The ANS, if I remember aright, allows compilers to accept multicharacter constants but leaves their type and value to be implementation-defined. Kevin KE9TV