diff options
author | Nami-Doc <vendethiel@hotmail.fr> | 2014-03-18 20:41:38 +0100 |
---|---|---|
committer | Nami-Doc <vendethiel@hotmail.fr> | 2014-03-18 20:41:38 +0100 |
commit | 8365d799b4c1592020f105299f426f54ff469d35 (patch) | |
tree | f4efae54706a1f327524d2ef09bafe54f73b367f | |
parent | 44a8f0bd81f36220a67d01038c413cc4262e9a1e (diff) | |
parent | 23a5fc837d9080e15ba152ccf7bca473916eb12a (diff) |
Merge pull request #570 from ggarza/julia_comments
Add paragraph about multiline commments in julia
-rw-r--r-- | julia.html.markdown | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/julia.html.markdown b/julia.html.markdown index 8245e616..36c57b2a 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -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 |