You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Julia Users
Julia has some special characters it recognizes inside string. For example, `$` lets you interpolate Julia variables or expressions inside a string. To get a string that represents what you've literally typed in, you need to add a backslash before the backslash and dollar sign characters. The backslash will not be present when you print the strings out or otherwise use them, although it will appear when Julia shows the value to you at the REPL.