mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-14 15:23:27 +00:00
doc fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user