Skip to content

Commit c0184ad

Browse files
authored
add note about bigint capability
1 parent 873dc76 commit c0184ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/pod.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Perl6-ish option pairs. That is, any of:
6262
Where '$e1, $e2, ...' are list elements of type String, Int, Number, or
6363
Boolean. Lists may have mixed element types. Note that one-element
6464
lists are converted to the type of their element (String, Int, Number, or
65-
Boolean).
65+
Boolean). Also note that "bigints" can be used if required.
6666
6767
For hashes, '$k1, $k2, ...' are keys of type Str and '$v1, $2, ...'
6868
are values of type String, Int, Number, or Boolean.

0 commit comments

Comments
 (0)