Changeset 687 for branches/f4grobner
- Timestamp:
- 2015-06-08T16:32:28-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/infix-printer.lisp
r686 r687 154 154 155 155 (defun infix-print (expr &optional (stream t) (op nil) (print-level 0)) 156 "Print an expression EXPR in infix notation to stream STREAM .156 "Print an expression EXPR in infix notation to stream STREAM or to string. 157 157 If OP is not nil, the expression is parenthesized if its operator 158 158 has lower precedence than OP. Returns the string containing the printed
Note:
See TracChangeset
for help on using the changeset viewer.