From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <748e6357e2fd57bfed6cfc8317a0ef9c@plan9.bell-labs.com> From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] bug or a feature? MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 13 Jun 2002 16:05:06 -0700 Topicbox-Message-UUID: ac7bee8e-eaca-11e9-9e20-41e7f4b1d025 given that i can't write if foo bar else baz i'm happiest with if foo bar if not baz as compared with if foo{ bar }else baz or if foo bar; else baz am i misunderstanding unix rc?