Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Eliminates $?GRAMMAR
Which does not seem to be either in rakudo or roast or, for that
matter, work. Closes #2547
  • Loading branch information
JJ committed Jan 10, 2019
1 parent ea91e36 commit 594645e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion doc/Language/variables.pod6
Expand Up @@ -1147,7 +1147,6 @@ The following compile time variables allow for a deeper introspection:
$?MODULE Which module am I in?
$?CLASS Which class am I in? (as variable)
$?ROLE Which role am I in? (as variable)
$?GRAMMAR Which grammar am I in?
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
$?NL What a vertical newline "\n" means: LF, CR or CRLF
$?DISTRIBUTION The Distribution of the current compilation unit.
Expand Down

0 comments on commit 594645e

Please sign in to comment.