1System(3kaya) Kaya module reference System(3kaya)
2
3
4
6 System - System interaction functions
7
9 This module contains functions for interaction with the system, such as
10 environment and argument retrieval, sleeping, and temporary file cre‐
11 ation.
12
13 On Posix systems, the Posix(3kaya) module provides additional system
14 interaction functions.
15
17 System._exit (3kaya)
18 System.chdir (3kaya)
19 System.getArgs (3kaya)
20 System.getCwd (3kaya)
21 System.getEnv (3kaya)
22 System.getPID (3kaya)
23 System.microSleep (3kaya)
24 System.progName (3kaya)
25 System.sleep (3kaya)
27 Kaya standard library by Edwin Brady, Chris Morris and others
28 (kaya@kayalang.org). For further information see http://kayalang.org/
30 The Kaya standard library is free software; you can redistribute it
31 and/or modify it under the terms of the GNU Lesser General Public
32 License (version 2.1 or any later version) as published by the Free
33 Software Foundation.
34
35
36
37Kaya December 2010 System(3kaya)