User-defined function: Difference between revisions

Content deleted Content added
Chriscf (talk | contribs)
Line 1:
A '''User-Defined Function''', or '''UDF''', is a [[function (programming)|function]] provided by the user of a program or environment, in a context where the usual assumption is that functions are built into the program or environment.
 
==BASIC language==
 
In some old implementations of the [[BASIC]] programming language, user defined functions are defined using the "DEF FN" syntax. More modern dialects of BASIC are influenced by the [[structured programming]] paradigm, where most or all code is written as user defined functions or procedures, and the concept becomes practically redundant.
 
==Databases==