Is there a quote-friendly way to write the following keyword Expr, or must 
I directly manipulate raw Expr's to get this?

Expr(:kw, :foo, 2)


By "quote-friendly", I mean a form such as

:(stuff)

# or

quote
 stuff
end

Reply via email to