[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
function                     function pattern

    function fname(parameter names) { action }

    This pattern keyword  is used to  start the definition  of user-defined
    functions.  The function name is expected to follow the keyword and  in
    turn is followed by a parenthesized parameter list.  The parameter list
    may be null, in which case no parameters are passed to the function.

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson