Call a function: Difference between revisions

m
imported>J7M
(add example for SmallBASIC)
Line 1,809:
 
=={{header|EasyLang}}==
<syntaxhighlight lang="easylang">
func sqr n .
return n * n
.
print sqr 3
#
proc divmod a b . q r .
1,983

edits