Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S32/IO] change say to use .gist instead of .Str
  • Loading branch information
felher committed Mar 25, 2012
1 parent 7812d5d commit e338a6f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S32-setting-library/IO.pod
Expand Up @@ -450,8 +450,9 @@ the empty list at runtime.)

=item multi say (*@LIST --> Bool)

This is identical to print() except that it auto-appends the C<output-line-separator> after
the final argument.
This is identical to print() except that it stringifies its arguments by calling
C<.gist> on them and auto-appends the C<output-line-separator> after the final
argument.

Was: print "Hello, world!\n";
Now: say "Hello, world!";
Expand Down

0 comments on commit e338a6f

Please sign in to comment.