Skip to content

Commit 91812f0

Browse files
committed
Radix prefixes are now searchable
1 parent ff7e82b commit 91812f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/syntax.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ String literals are surrounded by quotes:
293293
294294
See L<quoting|/language/quoting> for many more options.
295295
296-
=head3 Number literals
296+
=head3 X<Number literals|0b (radix form);0d (radix form);0o (radix form);0x (radix form)>
297297
298298
Number literals are generally specified in base ten, unless a prefix like
299299
C<0x> (heB<x>adecimal, base 16), C<0o> (B<o>ctal, base 8) or C<0b>

0 commit comments

Comments
 (0)