Skip to content

Commit 892fd8e

Browse files
committed
add dynamic variables to index
1 parent 2f6b24c commit 892fd8e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/variables.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1082,6 +1082,10 @@ Other compile-time variables:
10821082
=comment There should be a better way get this table to be formatted
10831083
properly, but if there is, Rakudo doesn't support it at the moment.
10841084
1085+
X<|$*ARGFILES>X<|@*ARGS>X<|$*IN>X<|$*OUT>X<|$*ERR>X<|%*ENV>X<|$*REPO>X<|$*TZ>
1086+
X<|$*CWD>X<|$*KERNEL>X<|$*DISTRO>X<|$*VM>X<|$*PERL>X<|$*PID>X<|$*PROGRAM-NAME>
1087+
X<|$*PROGRAM>X<|$*EXECUTABLE>X<|$*EXECUTABLE-NAME>X<|$*USER>X<|$*GROUP>X<|$*HOME>
1088+
X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>
10851089
=table
10861090
$*ARGFILES | Magic command-line input handle.
10871091
------------------+--------------------------------------------

0 commit comments

Comments
 (0)