1Builtins.runTimeChecking(3kayaK)aya module referenBcueiltins.runTimeChecking(3kaya)
2
3
4
6 Builtins::runTimeChecking - Is run-time checking enabled?
7
9 Bool runTimeChecking( )
10
12 Return whether the executable was compiled with run-time checking.
13 True, unless -nortchecks was used for the main program. Should be
14 used
15 with some care, since if abused this can mean the program exhibits
16 very different behaviour depending on whether checking is on or
17 off.
18
20 Kaya standard library by Edwin Brady, Chris Morris and others
21 (kaya@kayalang.org). For further information see http://kayalang.org/
22
24 The Kaya standard library is free software; you can redistribute it
25 and/or modify it under the terms of the GNU Lesser General Public
26 License (version 2.1 or any later version) as published by the Free
27 Software Foundation.
28
29
30
31Kaya December 2010 Builtins.runTimeChecking(3kaya)