On Monday, November 7, 2016 at 7:31:52 PM UTC-8, Yichao Yu wrote: > > > Both? I don't see the difference. I'm only saying that `show` does not > simply write the string to the stream, but prints the representation > of the string object instead, which is the quoted string. >
julia>
dump(a)
String "i have \$100 ..."
i hope to find a list of decorators,
in addition to double quote and
back slash and single quote,
which are canonically "un-decorated"
by print()/println() ...
many thanks
