mirror of
https://github.com/nim-lang/Nim.git
synced 2026-09-08 14:37:29 +00:00
the parser finally parses 'echo {1,2}' as it should
This commit is contained in:
@@ -25,7 +25,7 @@ echo myconst, " ", int((KeyMax + 31) / 32)
|
||||
|
||||
#bug 1304 or something:
|
||||
|
||||
const constArray: array [-3..2, int] = [-3, -2, -1, 0, 1, 2]
|
||||
const constArray: array[-3..2, int] = [-3, -2, -1, 0, 1, 2]
|
||||
|
||||
echo constArray[-2]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user