User Defined Function Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
;[[END DEF]]
;[[END DEF]]
Same as FNEND and can be interchanged with FNEND
Same as FNEND and can be interchanged with FNEND
<noinclude>
[[Category:User Defined Functions and Libraries]]
</noinclude>

Revision as of 20:58, 16 April 2013

(See also User Defined Function)

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