Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added example for .chr
  • Loading branch information
dha committed Oct 8, 2015
1 parent 55755e0 commit 2523914
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Type/Int.pod
Expand Up @@ -36,6 +36,11 @@ Usage:
Returns a one-character string, by interpreting the integer as a Unicode
codepoint number and converting it the corresponding character.
Example:
65.chr # returns "A"
196.chr # returns "Ä"
=head2 routine expmod
Defined as:
Expand Down

0 comments on commit 2523914

Please sign in to comment.