Why is this malformed? / Julia v0.7

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

The first $ is outside any expression.

2 Likes