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 1c844d6 commit 9464313Copy full SHA for 9464313
doc/Type/Int.pod6
@@ -12,7 +12,7 @@ C<Int> objects store integral numbers of arbitrary size. C<Int>s are immutable.
12
There are two main syntax forms for C<Int> literals
13
14
123; # Int in decimal notation
15
- :16<BEEF>; # Int in radix notations
+ :16<BEEF>; # Int in radix notation
16
17
For your convenience common radix forms come with a prefix shortcut.
18
0 commit comments