PickBASIC / FlashBASIC
Functions
.mdFunctions are elements in BASIC language expressions, returning a single value in place, as a function of the arguments. A function can be used anywhere a variable or expression is used.
Syntax
function({argument{,argument{,..}}})