mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-05 20:47:53 +00:00
Ast and concrete syntax different.
Change variable name to a from v, to match the ast and other examples.
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user