mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-28 18:24:01 +00:00
new language feature: explicit 'import system' statements are allowed
This commit is contained in:
@@ -54,6 +54,9 @@ Language Additions
|
||||
|
||||
- Added ``{.intdefine.}`` and ``{.strdefine.}`` macros to make use of
|
||||
(optional) compile time defines.
|
||||
- If the first statement is an ``import system`` statement then ``system``
|
||||
is not imported implicitly anymore. This allows for code like
|
||||
``import system except echo`` or ``from system import nil``.
|
||||
|
||||
Bugfixes
|
||||
--------
|
||||
|
||||
Reference in New Issue
Block a user