From 23a5fc837d9080e15ba152ccf7bca473916eb12a Mon Sep 17 00:00:00 2001 From: Guillermo Garza Date: Tue, 18 Mar 2014 14:27:49 -0500 Subject: Add comment about nesting julia multiline comments --- julia.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/julia.html.markdown b/julia.html.markdown index 8bd0d1df..36c57b2a 100644 --- a/julia.html.markdown +++ b/julia.html.markdown @@ -15,7 +15,7 @@ This is based on the current development version of Julia, as of October 18th, 2 # Single line comments start with a hash. #= Multiline comments can be written by putting '#=' before the text and '=#' - after the text + after the text. They can also be nested. =# #################################################### -- cgit v1.2.3