User-defined function: Difference between revisions

Content deleted Content added
m Databases: spelling, clarification
Line 3:
==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.hi
 
 
==Databases==