Skip to content

Commit 594645e

Browse files
committed
Eliminates $?GRAMMAR
Which does not seem to be either in rakudo or roast or, for that matter, work. Closes #2547
1 parent ea91e36 commit 594645e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/Language/variables.pod6

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1147,7 +1147,6 @@ The following compile time variables allow for a deeper introspection:
11471147
$?MODULE Which module am I in?
11481148
$?CLASS Which class am I in? (as variable)
11491149
$?ROLE Which role am I in? (as variable)
1150-
$?GRAMMAR Which grammar am I in?
11511150
$?TABSTOP How many spaces is a tab in a heredoc or virtual margin?
11521151
$?NL What a vertical newline "\n" means: LF, CR or CRLF
11531152
$?DISTRIBUTION The Distribution of the current compilation unit.

0 commit comments

Comments
 (0)