How to enter \n with backtick syntax?

`echo $"hello\nworld"` — using $ lets you interpolate Julia string syntax.

6 Likes