return expr and Decus-C
Example #22
dyer at vaxuum.DEC
Tue May 15 11:16:20 AEST 1984
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 :
More information about the Comp.lang.c
mailing list