mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-09 08:16:58 +02:00
Add comment about nesting julia multiline comments
This commit is contained in:
@@ -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.
|
||||
=#
|
||||
|
||||
####################################################
|
||||
|
Reference in New Issue
Block a user