Scope/Function names and labels: Difference between revisions

Content deleted Content added
Chkas (talk | contribs)
Added Easylang
Chkas (talk | contribs)
Line 243:
 
=={{header|EasyLang}}==
<syntaxhighlight>
{{out}}
# function names are global, the must be
# implemented or declared before usage
Line 257:
return a + 2
.
</syntaxhighlight>
{{out}}
<pre>
3