1Builtins.fnid(3kaya) Kaya module reference Builtins.fnid(3kaya)
2
3
4
6 Builtins::fnid - Internal standard library function
7
9 Int fnid( a fn )
10
12 Return the function id of fn.
13
14 Used by CGI (not webapp) event handlers, to know which function to call
15 on entry to the web application, and by other parts of the standard
16 library. Generally this function should not be used outside standard
17 library development.
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.fnid(3kaya)