Skip to content

Commit 7f4f764

Browse files
committed
Add a note for $*IN and friends to have a look at other documentation.
See issue #1955
1 parent 59b2332 commit 7f4f764

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/variables.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,10 @@ X<|$*HOME>X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
12261226
------------------+--------------------------------------------
12271227
=end table
12281228
1229+
With particular regard to file handles C<$*IN>, C<$*OUT> and C<$*ERR> please see also
1230+
the L<Input and Output|/language/io> page and the L<IO::Special> class.
1231+
1232+
12291233
Note on usage of $*SCHEDULER:
12301234
12311235
For the current Rakudo, by default this imposes a maximum of 16 threads on the methods

0 commit comments

Comments
 (0)