Skip to content

Commit

Permalink
Add comment about nesting julia multiline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarza committed Mar 18, 2014
1 parent 0ac4215 commit 23a5fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
=#

####################################################
Expand Down

0 comments on commit 23a5fc8

Please sign in to comment.