User functions

Having read the basics about user-defined script functions, we can now step forward to examine in detail each function building block and identify rules for effective code development.

Manipulating arguments

Optional arguments

var arguments

Manipulating globals

how to use effectively and safely

Recursion

the only tool to act upon collections

Tuning performance

Design and coding-style considerations

Organising user defined functions


Back to scripting reference.

$Date: 2008/04/20 19:07:34 $