On Tuesday, September 27, 2016 at 5:28:40 AM UTC-4, Marius Millea wrote:
>
> Hi, is there a way to "eval" something in the current scope?
>

No.  I think you are fundamentally misunderstanding what macros do.  Macros 
are functions evaluated at parse-time.  The runtime scope doesn't even 
exist when the macro is called.

Reply via email to