User Defined Function Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
#REDIRECT[[:Category:User Defined Function Statements]]
(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
 
<noinclude>
[[Category:User Defined Functions and Libraries]]
</noinclude>

Latest revision as of 16:43, 27 April 2013

(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