What I'd really like to see in an if-statement...

Ethan Brown ethan at esosun.UUCP
Tue Aug 8 01:55:12 AEST 1989


[Regarding the if ( x < y < z ) evaluation]

LisP has it!  All comparison operators work on N arguments.

(if ( > x y z a b c)
  (foo)
 (bar))

--
--Ethan Brown			
--Science Applications International Corp.
--Geophysics Division 
--San Diego, CA 92121 (619) 458-2676



More information about the Comp.lang.c mailing list