diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/news/e031_version_0_16_2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news/e031_version_0_16_2.rst b/web/news/e031_version_0_16_2.rst index bee4b78df..a15e715d6 100644 --- a/web/news/e031_version_0_16_2.rst +++ b/web/news/e031_version_0_16_2.rst @@ -99,7 +99,7 @@ remove the need for the ``newException`` template. the "declared but not used" warning. More details can be found `here <http://nim-lang.org/docs/manual.html#pragmas-used-pragma>`_. - The popular "colon block of statements" syntax is now also supported for - ``let`` and ``var`` statements: + ``let`` and ``var`` statements and assignments: .. code-block:: nim template ve(value, effect): untyped = |