The output here is trying to display the Julia code for creating the Symbol below but it fails to show that `$` is escaped: ```julia julia> Symbol("USD\$") Symbol("USD$") julia> Symbol("USD$") ERROR: syntax: invalid interpolation syntax: "$"" ```