mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-05 13:34:46 +00:00
Pascal version of compiler uses nimlib
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user