1System._exit(3kaya)          Kaya module reference         System._exit(3kaya)
2
3
4

NAME

6       System::_exit - Exit immediately, without calling signal handlers.
7

SYNOPSIS

9       Void _exit( Int code )
10

ARGUMENTS

12       code The exit code
13

DESCRIPTION

15       Exits immediately, without calling signal handlers, with the given exit
16       code. An exit code of zero is traditionally used for successful compleā€
17       tion.
18
19       As with exit , this should not be called in web applications.
20

AUTHORS

22       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
23       (kaya@kayalang.org). For further information see http://kayalang.org/
24

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Builtins.exit (3kaya)
33
34
35
36Kaya                             December 2010             System._exit(3kaya)
Impressum