brown@vidiot.UUCP (Vidiot) (02/28/91)
I have received an answer regarding my if statement problem. As a review: .if \nG==1&\nI==0 \{\ would pass as true, even if G was 0. Even though the manuals said that there isn't any precedence to checking these statements, my brain still looked at it as if there was precedence. The cure is: .if (\nG==1)&(\nI==0) \{\ -- harvard\ att!nicmad\ spool.cs.wisc.edu!astroatc!vidiot!brown Vidiot ucbvax!uwvax..........!astroatc!vidiot!brown rutgers/ decvax!nicmad/ INTERNET:vidiot!brown%astroatc@spool.cs.wisc.edu