| Hosted by CoCalc | Download
Kernel: Julia 0.3.7
# strings are defined with double quotes # like variables, strings can contain any unicode character s1 = "The quick brown fox jumps over the lazy dog α,β,γ" println(s1)
The quick brown fox jumps over the lazy dog α,β,γ