Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!alt@aids-unix From: alt@aids-unix@sri-unix.UUCP Newsgroups: net.unix-wizards Subject: csh bug? Message-ID: <4747@sri-arpa.UUCP> Date: Wed, 31-Aug-83 17:29:00 EDT Article-I.D.: sri-arpa.4747 Posted: Wed Aug 31 17:29:00 1983 Date-Received: Sat, 3-Sep-83 18:56:24 EDT Lines: 21 From: Howard Alt Has anyone seen the following problem: set i = 2 set i1 = 2 @ i = $i + $i @ i1 = $i1 + $i1 The last line reports '@: Syntax error'. In the manual, it says that variables are allowed to be up to 20 numbers or letters as long as it starts with a letter. Incidently, the line @ i = $i1 + $i1 works fine. It seems that any variable with a number in it, gives this same problem. Any csh hackers out there seen this problem? Thanks, Howard.