Add paragraph about multiline commments in julia

This commit is contained in:
Guillermo Garza 2014-03-18 14:20:14 -05:00
parent a375065b19
commit 0ac421577b

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
=#
####################################################
## 1. Primitive Datatypes and Operators