On Thu, Nov 13, 2008 at 8:20 AM, David A. Wheeler <[EMAIL PROTECTED]>wrote:

> Alan Manuel Gloria asked:
> > > How about the cond-style if of Arc?
> > > (if
> > > (condition1)
> > > (dothis1)
> > > (condition2)
> > > (dothis2)
> > > (default))


if
  (condition1)
  -> (dothis1)
  (condition2)
  -> (dothis2)
  -> (default)

?

Sincerely,
AmkG
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Readable-discuss mailing list
Readable-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/readable-discuss

Reply via email to