summaryrefslogtreecommitdiffhomepage
path: root/julia.html.markdown
diff options
context:
space:
mode:
authorGuillermo Garza <ggarza23@gmail.com>2014-03-18 14:20:14 -0500
committerGuillermo Garza <ggarza23@gmail.com>2014-03-18 14:20:14 -0500
commit0ac421577bd903d214b236c8fc0cd099ad83d736 (patch)
tree3acedbaeeb5d21c66aa6b197949ff1330c80e61f /julia.html.markdown
parenta375065b1993d281a54a868675273de0a322ed04 (diff)
Add paragraph about multiline commments in julia
Diffstat (limited to 'julia.html.markdown')
-rw-r--r--julia.html.markdown4
1 files changed, 4 insertions, 0 deletions
diff --git a/julia.html.markdown b/julia.html.markdown
index 8245e616..8bd0d1df 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
+=#
####################################################
## 1. Primitive Datatypes and Operators