Skip to content
Open
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 site/en/rules/language.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ illegal, and 2) `*args` and `**kwargs` arguments are not allowed.

* Recursion is not allowed.

* Int type is limited to 32-bit signed integers. Overflows will throw an error.
* Integers may be of any magnitude, and arithmetic on them is exact. See
[`int`](lib/int).

* Modifying a collection during iteration is an error.

Expand Down