Table_of_Contents.html
http://plectrum.com/novocard/
end.html
on.html

function

function functionName [parameterList]

  statements

end functionName


The function keyword defines a new function handler of the specified name.


The optional parameterList lets the function handler receive values sent along with the function call. NovoCard assigns each value to a parameter variable in the parameterList.