|
|
|
|
|
by lliamander
3237 days ago
|
|
Indeed, I like that better than either typical prefix or infix nested expressions. What do you advise in the case the expression tree is a little bit more complex? For example:
(setv result (- (/ (+ 1 3 88) 2) (* 8 (+ 3 2))) |
|