mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix the multiline Nim comment
This commit is contained in:
parent
70a36c9bd9
commit
563e135e68
@ -15,15 +15,9 @@ Nim is efficient, expressive, and elegant.
|
||||
# Single-line comments start with a #
|
||||
|
||||
#[
|
||||
Multi-line comments begin with a #[
|
||||
... and end with ]#
|
||||
|
||||
They don't care about indentation
|
||||
|
||||
#[
|
||||
and they can be nested
|
||||
]#
|
||||
|
||||
This is a multiline comment.
|
||||
In Nim, multiline comments can be nested, beginning with #[
|
||||
... and ending with ]#
|
||||
]#
|
||||
|
||||
discard """
|
||||
|
Loading…
Reference in New Issue
Block a user