Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site decwrl.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!decwrl!dyer@vaxuum.DEC From: dyer@vaxuum.DEC (Example #22) Newsgroups: net.lang.c Subject: Re: return expr and Decus-C Message-ID: <147@decwrl.UUCP> Date: Mon, 14-May-84 21:16:20 EDT Article-I.D.: decwrl.147 Posted: Mon May 14 21:16:20 1984 Date-Received: Tue, 15-May-84 05:38:40 EDT Organization: DEC Engineering Network Lines: 14 Re: return expr and Decus-C____________________________________________________ Keywords like if, while, and switch (which use parentheses for their arguments) have already been mentioned as non-functions that use parentheses. I like the parentheses, and if anyone wishes to avoid confusion between func- tions and keywords-with-parentheses, just use some whitespace! For example: function(arg1,arg2) keyword (arg1,arg2) or, if you prefer, function( arg1 , arg2 ) keyword ( arg1 , arg2 ) The idea is that the function is "connected" to the parentheses. <_Jym_> : Jym Dyer : Nashua, NH : ...{allegra,decvax,ucbvax}!decwrl!rhea!vaxuum!dyer :