diff options
author | Guillermo Garza <ggarza23@gmail.com> | 2014-03-18 14:27:49 -0500 |
---|---|---|
committer | Guillermo Garza <ggarza23@gmail.com> | 2014-03-18 14:27:49 -0500 |
commit | 23a5fc837d9080e15ba152ccf7bca473916eb12a (patch) | |
tree | f4efae54706a1f327524d2ef09bafe54f73b367f /julia.html.markdown | |
parent | 0ac421577bd903d214b236c8fc0cd099ad83d736 (diff) |
Add comment about nesting julia multiline comments
Diffstat (limited to 'julia.html.markdown')
-rw-r--r-- | julia.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
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. =# #################################################### |