Changeset 684 for branches/f4grobner
- Timestamp:
- 2015-06-08T16:27:55-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/infix-printer.lisp
r683 r684 156 156 "Print an expression EXPR in infix notation to stream STREAM. 157 157 If OP is not nil, the expression is parenthesized if its operator 158 has lower precedence than OP." 158 has lower precedence than OP. Returns the string containing the printed 159 expression, or (VALUES) if STREAM is NIL." 159 160 (cond 160 161 ((null stream)
Note:
See TracChangeset
for help on using the changeset viewer.