Skip to content

Commit f416f57

Browse files
committed
add sub IO::say
1 parent e25f9a1 commit f416f57

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/Type/IO.pod

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ displays
3030
To print text implicitly including the trailing newline character, use
3131
L<say|/type/IO#sub_say>.
3232
33+
=head2 sub put
34+
35+
Print the given text on C<$*OUT> (standard output) with appended C<$*OUT.nl-out>. The default for the latter is the platform dependent newline sequence.
36+
37+
print 'Merry 1.0!' # Merry 1.0!␤
38+
3339
=head2 sub say
3440
3541
Print the given text, followed by a newline C<"\n"> on C<$*OUT> (standard

0 commit comments

Comments
 (0)