Int fnid(Void(a) fn)
Usage
Return the function id of fn.
Used by CGI (not webapp) event handlers, to know which function to call on entry to the web application, and by other parts of the standard library. Generally this function should not be used outside standard library development.