Joel VanderWerf <vjoel / path.berkeley.edu> wrote: > Stephen Waits wrote: > > > > On Dec 14, 2005, at 6:36 PM, Douglas Livingstone wrote: > > > >> ((if (zero? 0) + -) 3 4) > >> => 7 > >> > >> to Ruby? > > > > > > 7 if true > > > > --Steve > > 7 There - who says ruby isn't concise! martin