Author: lwall
Date: 2010-07-13 01:51:27 +0200 (Tue, 13 Jul 2010)
New Revision: 31650
Modified:
docs/Perl6/Spec/S06-routines.pod
Log:
[S06] add .args to what a context can return
Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod 2010-07-12 23:50:39 UTC (rev 31649)
+++ docs/Perl6/Spec/S06-routines.pod 2010-07-12 23:51:27 UTC (rev 31650)
@@ -2469,6 +2469,7 @@
.line
.my
.hints
+ .args
The C<.callframe> and C<.caller> methods work the same as the functions
except that they are relative to the frame supplied as invocant.