On Wed, May 25, 2016 at 11:09 AM, Ford Ox <[email protected]> wrote:
> You could also read the meta section.
> All macro arguments are passed as expression,  so I am comparing :(:x) == 
> :(:x)

Ref https://github.com/JuliaLang/julia/issues/16560

FWIW `:($(symbol==mysymbol))` is equivalent to `symbol==mysymbol`

Reply via email to