Is it possible to capture arguments passed to a function as expression? E.g. function capture(src)
capture(1+5) -> :(1+5) capture(var) -> :(var) Thanks
Is it possible to capture arguments passed to a function as expression? E.g. function capture(src)
capture(1+5) -> :(1+5) capture(var) -> :(var) Thanks