Moreorless. Maybe call it @unquote?
```julia
function foo(val)
    ex = "print($val)"
    @unquote(ex)
end
```

Reply via email to