Merge pull request #570 from ggarza/julia_comments

Add paragraph about multiline commments in julia
This commit is contained in:
Nami-Doc 2014-03-18 20:41:38 +01:00
commit 8365d799b4

View File

@ -13,6 +13,10 @@ This is based on the current development version of Julia, as of October 18th, 2
```ruby
# Single line comments start with a hash.
#= Multiline comments can be written
by putting '#=' before the text and '=#'
after the text. They can also be nested.
=#
####################################################
## 1. Primitive Datatypes and Operators