Hi fellows
I am having the following problem.
Can you point out why?
julia> if_st($(Expr(:copyast, :($(QuoteNode(:(y > 6)))))), $(Expr(:copyast, :($(QuoteNode(:(y += 3)))))), $(Expr(:copyast, :($(QuoteNode(:(y -= 2)))))), outer)
ERROR: syntax: "$" expression outside quote
Thanks