On Saturday, 24 January 2015 17:17:47 UTC-5, Peter Brady wrote:
>
> I'm not 100% sure I understand what you want to do but QuoteNode might be 
> what you are looking for (the capitalization may be wrong).
>

Informally, I'm trying to make

@gensym var
quote isdefined($var) end

work. I found this way to make it work:

@gensym var
quote isdefined($(Expr(:quote, var))) end

but I was surprised that I couldn't find a way to do this with normal 
quoting syntax.

Reply via email to