On Tuesday, November 18, 2014 7:40:53 PM UTC+10, Mike Innes wrote:
>
> The basic reason for this is that it's fairly common to write something 
> like:
>
> quote
>   let x = 5
>     "x is $x"
>   end
> end |> eval #> "x is 5"
>

But to do what the OP wants I think you can do "x is $($x)" (but I don't 
have Julia available just now to test.

Cheers
Lex

[...]

Reply via email to