Local variable: Difference between revisions

Content deleted Content added
Static Variable
m fr:
Line 6:
 
Some programming paradigms and languages, such as [[functional programming]] (and its languages such as [[Haskell]]) require all variables to be of local scope, and the functionality of the program is achieved only by passing local variables from one function to another.
 
 
{{comp-stub}}
[[Category:Computing]]
 
[[fr:Variable locale]]