We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa9402 commit 994f10eCopy full SHA for 994f10e
src/integers/limits.md
@@ -32,5 +32,8 @@ IO.println(beyondLimit);
32
~}
33
```
34
35
+When a value loops around because it got too big we call that "overflow." When it
36
+loops around because it got too small we call that "underflow."
37
+
38
There are other types which can represent a larger range of integers, as well as types
39
which do not have any limits, but for now `int` is the only one you will need.
0 commit comments