Path: utzoo!attcan!uunet!bloom-beacon!hstbme.mit.edu!scs From: scs@hstbme.mit.edu (Steve Summit) Newsgroups: comp.lang.c Subject: Re: Why are @, `, and $ not used in C? Summary: pcc trivia Message-ID: <14525@bloom-beacon.MIT.EDU> Date: 22 Sep 89 07:49:58 GMT References: <509.nlhp3@oracle.nl> <364@twg-ap.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: scs@adam.pika.mit.edu (Steve Summit) Lines: 10 An amusing bit of trivia is that pcc (4bsd, at least), among other heroic efforts at antediluvian backwards compatibility, still "accepts" (if only so it can reject it) an old BCD constant syntax involving backquotes: $ /lib/ccom int x = `1234567` + `8; line 1: BCD constant exceeds 6 characters line 1: newline in BCD constant line 1: gcos BCD constant illegal