Ast and concrete syntax different.

Change variable name to a from v, to match the ast and other examples.
This commit is contained in:
Strømberg
2018-01-08 13:30:09 +01:00
committed by GitHub
parent 5492190bc6
commit ce31789431

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: