Author: rhr
Date: 2009-02-24 19:33:56 +0100 (Tue, 24 Feb 2009)
New Revision: 25528

Modified:
   docs/Perl6/Spec/S28-special-variables.pod
Log:
[S28] we don't have both $*IN and $*STDIN etc.


Modified: docs/Perl6/Spec/S28-special-variables.pod
===================================================================
--- docs/Perl6/Spec/S28-special-variables.pod   2009-02-24 18:23:06 UTC (rev 
25527)
+++ docs/Perl6/Spec/S28-special-variables.pod   2009-02-24 18:33:56 UTC (rev 
25528)
@@ -80,9 +80,6 @@
  ::?ROLE                   # current role (as package name)
  $?ROLE                    # current role (as variable)
  &?ROUTINE           S06   # current sub or method (itself)
- $*STDERR            S16   # standard error handle; is an IO object
- $*STDIN             S16   # standard input handle; is an IO object
- $*STDOUT            S16   # standard output handle; is an IO object
  $*UID                     # system user id
 
 Note that contextual variables such as C<$*OUT> may have more than

Reply via email to