mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* draft for let daa * patch * fixes bugs * errors for global let variable reassignments * checkpoint * out param accepts let * add more tests * add documentation * merge tests
5 lines
81 B
Nim
5 lines
81 B
Nim
discard """
|
|
errormsg: "'let' symbol requires an initialization"
|
|
"""
|
|
|
|
let x: int |