Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add example for compile time variables
  • Loading branch information
gfldex committed Jul 19, 2016
1 parent ff37694 commit a6a31bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/Language/variables.pod6
Expand Up @@ -1064,6 +1064,11 @@ X<|$?FILE>X<|$?LINE>X<|::?CLASS>X<|&?ROUTINE>X<|&?BLOCK>X<|%?LANG>X<|%?RESOURCES
%?LANG What is the current set of interwoven languages?
%?RESOURCES The files associated with the "Distribution" of the current compilation unit.
for '.' {
.Str.say when !.IO.d;
.IO.dir()>>.&?BLOCK when .IO.d # lets recurse a little!
}
Other compile-time variables:
X<|$?SCOPE>X<|$?PACKAGE>X<|$?MODULE>X<|$?CLASS>X<|$?ROLE>X<|$?GRAMMAR>X<|$?TABSTOP>X<|$?USAGE>X<|$?ENC>
Expand Down

0 comments on commit a6a31bb

Please sign in to comment.