Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Document sub exit
  • Loading branch information
moritz committed Feb 26, 2015
1 parent bb20897 commit 629a420
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion WANTED
Expand Up @@ -20,4 +20,3 @@ API docs:
* KeyReducer

Builtins:
* exit sub
8 changes: 8 additions & 0 deletions lib/Type/Any.pod
Expand Up @@ -63,4 +63,12 @@ list.
Interprets the invocant as a list, and returns the last index of that list.
=head2 sub exit
sub exit(Int() $status = 0)
Exits the current process with return code C<$status>.
=comment TODO maybe find a better place to document &exit
=end pod

0 comments on commit 629a420

Please sign in to comment.