This commit is contained in:
Yuriy Glukhov
2015-11-23 13:02:32 +02:00
parent ba6d0eb4db
commit 3c70a2e914

View File

@@ -924,9 +924,11 @@ AST:
.. code-block:: nim
nnkLetSection(
nnkIdentDefs(!"v"),
nnkEmpty(), # for the type
nnkIntLit(3)
nnkIdentDefs(
nnkIdent(!"a"),
nnkEmpty(), # or nnkIdent(...) for the type
nnkIntLit(3),
)
)
Const section