1Builtins.exit(3kaya) Kaya module reference Builtins.exit(3kaya)
2
3
4
6 Builtins::exit - End the application immediately
7
9 Void exit( Int code )
10
12 code The exit code
13
15 End the application and exit immediately with the given exit code. An
16 exit code of zero is traditionally used for successful completion.
17
18 It is generally a bad idea to use this function in web applications.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 System._exit (3kaya)
32
33
34
35Kaya December 2010 Builtins.exit(3kaya)