Pascal version of compiler uses nimlib

This commit is contained in:
Andreas Rumpf
2009-12-09 01:49:43 +01:00
parent 93a140b904
commit 5d11292542
55 changed files with 19110 additions and 2 deletions

View File

@@ -1237,7 +1237,7 @@ Example:
The `discard`:idx: statement evaluates its expression for side-effects and
throws the expression's resulting value away. If the expression has no
side-effects, this generates a static error. Ignoring the return value of a
procedure without using a discard statement is not allowed.
procedure without using a discard statement is a static error too.
Var statement