1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-17 20:11:57 +02:00

Fix the multiline Nim comment

This commit is contained in:
Donovan Glover
2017-12-27 13:35:16 -05:00
parent 70a36c9bd9
commit 563e135e68

View File

@@ -15,15 +15,9 @@ Nim is efficient, expressive, and elegant.
# Single-line comments start with a # # Single-line comments start with a #
#[ #[
Multi-line comments begin with a #[ This is a multiline comment.
... and end with ]# In Nim, multiline comments can be nested, beginning with #[
... and ending with ]#
They don't care about indentation
#[
and they can be nested
]#
]# ]#
discard """ discard """