mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
beginning of a taint mode; type system enhancements
This commit is contained in:
@@ -45,6 +45,8 @@ Language Additions
|
||||
- The built-in type ``void`` can be used to denote the absense of any type.
|
||||
This is useful in generic code.
|
||||
- Return types may be of the type ``var T`` to return an l-value.
|
||||
- The error pragma can now be used to mark symbols whose *usage* should trigger
|
||||
a compile-time error.
|
||||
|
||||
|
||||
Compiler Additions
|
||||
|
||||
Reference in New Issue
Block a user