mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 10:52:14 +00:00
* tuple unpacking for vars as just sugar, allowing nesting * set temp symbol AST * hopeful fix some issues, add test for #19364 * always use temp for consts * document, fix small issue * fix manual indentation * actually fix manual * use helper proc * don't resem temp tuple assignment
9 lines
99 B
Nim
9 lines
99 B
Nim
discard """
|
|
action: compile
|
|
cmd: "nim e $file"
|
|
"""
|
|
|
|
import mnimsconstunpack
|
|
|
|
doAssert b == "b"
|