clean exit codes for all the tools

This commit is contained in:
Araq
2011-08-01 07:56:10 +02:00
parent dd99fe61c0
commit 00a4e19e8f
6 changed files with 30 additions and 14 deletions

View File

@@ -40,7 +40,7 @@ Language Additions
- Added new ``is`` and ``of`` operators.
- The built-in type ``void`` can be used to denote the absense of any type.
This is only needed in generic contexts.
This is useful in generic code.
- Return types may be of the type ``var T`` to return an l-value.