chrisvoncsefalvay / learn-julia-the-hard-way

Learn Julia the hard way!
https://app.gitbook.com/@chrisvoncsefalvay/s/learn-julia-the-hard-way/
Other
772 stars 153 forks source link

Updating 04-ex1.md #67

Closed fixablecar closed 4 years ago

fixablecar commented 4 years ago

This command will not work in Julia 1.4.2: julia> "$what, $whom!" ERROR: syntax: invalid escape sequence

Adding brackets allow specific interpolation to strings.