Skip to content

Commit 4d19770

Browse files
committed
Minimal documentation of &*EXIT
1 parent 964d8ac commit 4d19770

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
@@ -1131,6 +1131,10 @@ X<|$*SPEC>X<|$*TMPDIR>X<|$*THREAD>X<|$*SCHEDULER>X<|$*USAGE>
11311131
$*PROGRAM | Location (in the form of an C<IO::Path> object) of the
11321132
| Perl program being executed.
11331133
------------------+--------------------------------------------
1134+
&*EXIT | Code that will be executed when doing an exit(). Intended
1135+
| to be used in situations where Perl 6 is embedded in
1136+
| another language runtime (such as Inline::Perl6 in Perl 5)
1137+
------------------+--------------------------------------------
11341138
$*EXECUTABLE | Absolute path of the perl executable that is currently running.
11351139
------------------+--------------------------------------------
11361140
$*EXECUTABLE-NAME | The name of the perl executable that is currently running.

0 commit comments

Comments
 (0)