How about this one for beginning:Quote from: "Kazimir Majorinc"
(define-macro (my-inc p0)(set p0 (+ (eval p0) 1)))
The above fails with the following error when called through my
ERR: symbol expected in function set : p0
What I'm interested is having a function/macro/fexpr that can modify its arguments