Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mention :16("f00") and :100[1,2,3] in Int's class doc
  • Loading branch information
timo committed Nov 11, 2016
1 parent bae5700 commit f6daf45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/Type/Int.pod6
Expand Up @@ -27,6 +27,13 @@ separators, but don't carry any meaning:
0xBEEF_CAFE; # a strange place
:2<1010_1010>; # 0d170
Radix notation also supports round and angle brackets which allow you to parse
a string for a given base, and putting together digits into a whole number
respectively:
:16("9F") # 159
:100[99, 2, 3] # 990203
=head1 Methods
=head2 routine chr
Expand Down

0 comments on commit f6daf45

Please sign in to comment.