diff options
author | Elliot Waite <elliot@elliotwaite.com> | 2019-12-08 11:16:17 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-12-08 20:16:17 +0100 |
commit | 5da27a891c99de462fd8d5019662c47b311c8ff9 (patch) | |
tree | a6bb570c4a4d5e180100be2c8ca0154d25f90ccb /doc | |
parent | 0ebc70903709d6f57f5ea9a1f3b378b8d7d39575 (diff) | |
download | Nim-5da27a891c99de462fd8d5019662c47b311c8ff9.tar.gz |
Removing the mention of using `discard` for block comments (#12837) [backport]
* Remove mention of using `discard` for block comments * Add a 32x32 alternate favicon
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tut1.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/tut1.rst b/doc/tut1.rst index bfe87a40e..2a7f77ed4 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -689,9 +689,6 @@ been declared with the ``discardable`` pragma: p(3, 4) # now valid -The ``discard`` statement can also be used to create block comments as -described in the `Comments`_ section. - Named arguments --------------- |