[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Issue: IF-BODY (Version 7)
- To: CL-CLEANUP%Sail.stanford.edu@MCC.COM
- Subject: Issue: IF-BODY (Version 7)
- From: David D. Loeffler <Loeffler@MCC.COM>
- Date: Fri, 26 Jun 87 13:02 CDT
- Business-phone: (512) 338-3666
- Cc: Masinter.pa%Xerox.COM@MCC.COM
- In-reply-to: <870616-170738-108@Xerox>
- Postal-address: MCC, 3500 West Balcones Center Dr., Austin, TX 78759
- Reply-to: Loeffler@MCC.COM
If I were to change IF to allow multiple else causes I would like to
change IF to be like Bernie Greenberg's IF in his Multics Emacs
implementation, namely:
(IF test then-clauses :ELSE else-clauses)
This certainly would be incompatible with existing code but would allow
both multiple THEN and ELSE clauses.
-- David D. Loeffler