[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Issue: IF-BODY (Version 7)



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