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

Variable names are allowed to start with underscores #1

Closed visr closed 9 years ago

visr commented 9 years ago

See this for the full rules: http://docs.julialang.org/en/release-0.3/manual/variables/#allowed-variable-names

chrisvoncsefalvay commented 9 years ago

You're correct @visr. I have read it wrong ;) Thank you!