From: Martin Str|mberg Subject: Re: Logical Operator Problem Newsgroups: comp.os.msdos.djgpp References: <20020522161334 DOT 18792 DOT 00000036 AT mb-dd DOT aol DOT com> User-Agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (NetBSD/1.5_BETA (alpha)) Message-ID: <1022099201.298992@queeg.ludd.luth.se> Cache-Post-Path: queeg.ludd.luth.se!unknown AT speedy DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) Date: 22 May 2002 20:26:41 GMT Lines: 17 NNTP-Posting-Date: 22 May 2002 20:26:41 GMT NNTP-Posting-Host: queeg.ludd.luth.se X-Trace: 1022099201 news.luth.se 286 130.240.16.109 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com WCount12 wrote: : I have loaded DJGPP compiler onto my system running : Windows ME and using the Rhide interface. : If I use the " || " (OR logical operator) I get the following error msg. : "Error: stray ' \355' in program". This might be because you're using the wrong "|". Some keyboards have two. One like | and the other almost the same but with line in two parts. So find the other | on your keyboard and try that one. (I think the right one is ASCII code 0174 == 124 == 0x7c.) Right, MartinS