Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adds .perl refs in CallFrame #2632
Added the fact that from version 6.2, .perl can be called on CallFrame
  • Loading branch information
ElenaMerelo committed Mar 2, 2019
1 parent 8f9a729 commit 32dbb08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Type/CallFrame.pod6
Expand Up @@ -100,6 +100,8 @@ Return a L<Hash|/type/Hash> that names all the variables and their values associ
my $frame = some-value();
say $frame.my<$the-answer>; # OUTPUT: «42␤»
B<Note> From version 6.2, C<.perl> can be called on C<CallFrame>.
=head1 Routines
=head2 sub callframe
Expand All @@ -112,4 +114,4 @@ Returns L<Mu|/type/Mu> if there is no call information for the given level. (Neg
=end pod

# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6
# vim: expandtab softtabstop=4 shiftwidth=4 ft=perl6

0 comments on commit 32dbb08

Please sign in to comment.