Open arsdragonfly opened 2 years ago
Introduces another pe-sub instead, because (- (read) (read)) being partially evaluated to (+ (read) (- (read))) would cause confusion. Will open a PR for the book later.
pe-sub
(- (read) (read))
(+ (read) (- (read)))
Introduces another
pe-sub
instead, because(- (read) (read))
being partially evaluated to(+ (read) (- (read)))
would cause confusion. Will open a PR for the book later.