summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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..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