Merge pull request #7040 from Stromberg90/patch-2

Ast and concrete syntax different.
This commit is contained in:
Dominik Picheta
2018-01-08 13:18:19 +00:00
committed by GitHub

View File

@@ -918,7 +918,7 @@ This is equivalent to ``var``, but with ``nnkLetSection`` rather than
Concrete syntax:
.. code-block:: nim
let v = 3
let a = 3
AST: