the parser finally parses 'echo {1,2}' as it should

This commit is contained in:
Andreas Rumpf
2017-09-30 21:35:30 +02:00
parent b2c358be96
commit ddc131cf07
18 changed files with 26 additions and 38 deletions

View File

@@ -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]