Skip to content

Commit 5bc6285

Browse files
author
faraco
authored
changed chrs routine input and returned string
1 parent 2493a48 commit 5bc6285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ Coerces the invocant (or in the sub form, the argument list) to a list of
10231023
integers, and returns the string created by interpreting each integer as a
10241024
Unicode codepoint, and joining the characters.
10251025
1026-
say <80 101 114 108 160 54>.chrs; # Perl 6
1026+
say <67 97 109 101 108 105 97>.chrs; # Camelia
10271027
10281028
This is the list-input version of L<chr>. The inverse operation is L<ords>.
10291029

0 commit comments

Comments
 (0)