Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove erroneous X-ref for &?BLOCK
  • Loading branch information
lizmat committed Mar 13, 2019
1 parent f37df01 commit 0e30141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/variables.pod6
Expand Up @@ -1143,7 +1143,7 @@ C<$!> is set to the C<Any> type object.
Note that C<CATCH> blocks I<do not> set C<$!>. Rather, they set C<$_> inside
the block to the caught exception.
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|&?BLOCK>X<|%?RESOURCES>
X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|%?RESOURCES>
=head2 Compile-time variables
All compile time variables have a question mark as part of the twigil. Being
Expand Down

0 comments on commit 0e30141

Please sign in to comment.