mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 14:25:23 +00:00
further steps to closure support
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
News
|
||||
====
|
||||
|
||||
2012-XX-XX Version 0.8.14 released
|
||||
2012-02-XX Version 0.8.14 released
|
||||
==================================
|
||||
|
||||
Version 0.8.14 has been released! Get it `here <download.html>`_.
|
||||
@@ -125,6 +125,8 @@ Compiler Additions
|
||||
for ``on|off`` switches in pragmas. In order to not break existing code,
|
||||
``on`` and ``off`` are now aliases for ``true`` and ``false`` and declared
|
||||
in the system module.
|
||||
- The compiler finally supports **closures**. This is a preliminary
|
||||
implementation, which does not yet support nestings deeper than 1 level.
|
||||
|
||||
|
||||
Library Additions
|
||||
|
||||
Reference in New Issue
Block a user