Changeset 35109 in project
- Timestamp:
- 02/08/18 11:53:34 (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/4/simple-tests
r35104 r35109 55 55 prints each xpr and its value in interpreted code only. 56 56 57 ==== ppp 58 59 <macro>(ppp xpr . xprs)</macro> 60 61 pretty-print with headline: alias to xpr:val 62 57 63 ==== and? 58 64 59 < macro>(and? xpr . xprs)</macro>65 <procedure>(and? xpr . xprs)</procedure> 60 66 61 67 non-short-circuated and, which executes all side-effects.
Note: See TracChangeset
for help on using the changeset viewer.