Merge pull request #3032 from GloverDonovan/fix/nim-comments

[nim/en] Fix the multiline Nim comment (#3031)
This commit is contained in:
Pratik Karki 2018-02-28 15:49:37 +05:45 committed by GitHub
commit e6f0829470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 """