We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b2332 commit 7f4f764Copy full SHA for 7f4f764
doc/Language/variables.pod6
@@ -1226,6 +1226,10 @@ X<|$*HOME>X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
1226
------------------+--------------------------------------------
1227
=end table
1228
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
1233
Note on usage of $*SCHEDULER:
1234
1235
For the current Rakudo, by default this imposes a maximum of 16 threads on the methods
0 commit comments