summaryrefslogtreecommitdiffhomepage
path: root/nim.html.markdown
diff options
context:
space:
mode:
authorDivay Prakash <divayprakash@users.noreply.github.com>2018-10-24 11:04:05 +0530
committerGitHub <noreply@github.com>2018-10-24 11:04:05 +0530
commit4a7d678c2553bc379542a5901177b8bb2730ce65 (patch)
treeb2896f9f02b5a752f860a71a36b1e16c566a8ed7 /nim.html.markdown
parente2949649f054ca069e95a05b04d99bccc30ba45d (diff)
parent8f5a67190705c9a3101653901d8f8a7b48eb1775 (diff)
Merge branch 'master' into master
Diffstat (limited to 'nim.html.markdown')
-rw-r--r--nim.html.markdown12
1 files changed, 3 insertions, 9 deletions
diff --git a/nim.html.markdown b/nim.html.markdown
index 30dfa94f..1e17d8f0 100644
--- a/nim.html.markdown
+++ b/nim.html.markdown
@@ -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 """