Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/statements.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ annotation and then optionally by an initializer expression. When no
type annotation is given, the compiler will infer the type, or signal
an error if insufficient type information is available for definite
inference. Any variables introduced by a variable declaration are visible
from the point of declaration until the end of the enclosing block scope.
from the point of declaration until the end of the enclosing block scope,
except when they are shadowed by another variable declaration.

## Expression statements

Expand Down