Skip to content

Commit d75ca9b

Browse files
committed
add Mu.put
1 parent 38fc995 commit d75ca9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

doc/Type/Mu.pod

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,15 @@ adding a newline at end.
166166
167167
"abc\n".print; # abc
168168
169+
=head2 method put
170+
171+
multi method put() returns Bool:D
172+
173+
Prints value to C<$*OUT> after stringification using C<.Str> method adding a
174+
newline at end.
175+
176+
"abc".put; # abc␤
177+
169178
=head2 method say
170179
171180
multi method say() returns Bool:D

0 commit comments

Comments
 (0)