Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site brl-vgr.ARPA Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!brl-tgr!brl-vgr!gwyn From: gwyn@brl-vgr.ARPA (Doug Gwyn ) Newsgroups: net.lang.c Subject: Re: return expr and if expr Message-ID: <2062@brl-vgr.ARPA> Date: Tue, 15-May-84 08:43:45 EDT Article-I.D.: brl-vgr.2062 Posted: Tue May 15 08:43:45 1984 Date-Received: Wed, 16-May-84 03:36:22 EDT References: <853@druxm.UUCP>, <162@gloria.UUCP> Organization: Ballistics Research Lab Lines: 11 If one is serious about changing if & when syntax to remove ( ), then something else must also be changed to indicate grouping. The usual solution is something like if cond then stmt fi where if, then, & fi are keywords. Better yet is if cond then expr fi so we can get rid of the ternary operator ? : . Keep going, and you end up with a language that looks a lot like Algol-68.