We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be5992 commit 0f58791Copy full SHA for 0f58791
xt/word-variants.rakutest
@@ -25,6 +25,7 @@ my %variants = %(
25
# see for example doc/Language/js-nutshell.rakudoc
26
Boolean => rx/ << boolean <!before \s* <[ \= \< \> \{ \} ]> > /,
27
"call site" => rx/ <<'call' '-'? 'site'>>/,
28
+ "environment variable" => rx:i/ << environmental [\s+|\-] variable/,
29
filehandle => rx:i/ << file [\s+|\-] handle /,
30
filesystem => rx:i/ << file [\s+|\-] system /,
31
lookahead => rx:i/ << look \- ahead /,
0 commit comments