diff options
-rw-r--r-- | doc/tut1.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/tut1.rst b/doc/tut1.rst index ff53d3f37..fc87fa663 100644 --- a/doc/tut1.rst +++ b/doc/tut1.rst @@ -142,15 +142,6 @@ comments can also be nested. ]# ]# -You can also use the `discard statement <#procedures-discard-statement>`_ together with *long string -literals* to create block comments: - -.. code-block:: nim - :test: "nim c $1" - discard """ You can have any Nim code text commented - out inside this with no indentation restrictions. - yes("May I ask a pointless question?") """ - Numbers ------- |