Difference between revisions of "AMOSi:Fn"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-6/Help_61.amos


Calls up and executes the user-defined FuNction by its name, followed by an optional variable list. (See Def Fn).


Def Fn name (variable list)=expression
Print Fn name (variable list)