This commit is contained in:
Araq
2013-05-26 01:19:19 +02:00
parent da93b591e2
commit ca02dfab48
2 changed files with 13 additions and 1 deletions

View File

@@ -26,6 +26,9 @@ Compiler Additions
Language Additions
------------------
- Arrays can now be declared with a single integer literal ``N`` instead of a
range; the range is then ``0..N-1``.
2013-05-20 New website design!