Content deleted Content added
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.
==Databases==
|