User Defined Function Statements

From BR Wiki
Revision as of 16:43, 27 April 2013 by Laura (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

(See also User Defined Functions)

Def

Defines a single or multiple line numeric or string function to be evoked from elsewhere in the program.

FNEND (FN)

Indicates the end of the definition of a multi-line function.

END DEF

Same as FNEND and can be interchanged with FNEND