Changeset 27265 in project
- Timestamp:
- 08/18/12 16:46:58 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/clojurian
r27261 r27265 102 102 <syntax>(if-let* ((x1 y1) (x2 y2) ...) then else)</syntax> 103 103 104 Equivalent to {{(or (and-let* ((x1 y1) (x2 y2) ...) then) else)}}. 104 Similar to {{(or (and-let* ((x1 y1) (x2 y2) ...) then) else)}} except 105 that returning {{#f}} from the {{then}} clause will not lead to the 106 {{else}} clause being evaluated. 105 107 106 108 … … 165 167 ==== Version history 166 168 169 ; 0.0.4 : Preserve {{#f}} return values of the {{then}} clause in {{if-let*}} (thanks to Andy Bennett for pointing this out) 167 170 ; 0.0.3 : Prefix all {{clojurian-atom}} identifiers with {{atom-}} 168 171 ; 0.0.2 : Add {{if-let}}, {{if-let*}} and {{clojurian-atom}}
Note: See TracChangeset
for help on using the changeset viewer.