Changeset 16157 for docs/Perl6/Spec
- Timestamp:
- 05/02/07 01:19:37 (19 months ago)
- Files:
-
- 1 modified
-
docs/Perl6/Spec/IO.pod (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
docs/Perl6/Spec/IO.pod
r16156 r16157 321 321 our Bool method print (IO $self: *@LIST) 322 322 our Bool multi print (*@LIST) 323 our Bool method print (Str $self: IO *io)323 our Bool method print (Str $self: IO $io) 324 324 325 325 Prints a string or a list of strings. Returns Bool::True if … … 346 346 our Bool method say (IO $self: *@LIST) 347 347 our Bool multi say (*@LIST) 348 our Bool method say (Str $self: IO *io)348 our Bool method say (Str $self: IO $io) 349 349 350 350 This is identical to print() except that it auto-appends a newline after
