From 0ac421577bd903d214b236c8fc0cd099ad83d736 Mon Sep 17 00:00:00 2001 From: Guillermo Garza Date: Tue, 18 Mar 2014 14:20:14 -0500 Subject: Add paragraph about multiline commments in julia --- julia.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3