Oz (programming language): Difference between revisions

Content deleted Content added
Functions: grammar
Line 81:
end
</source>
Functions may be used with both free and bound variables. Free variable values isare found using static [[Scope (computer science)|lexical scoping]].<ref name="Scoping">
{{cite book
| author = Robert Gentleman|author2=Ross Ihaka
Line 116:
</source>
 
Since, anonymous functions don't possesshave a namenames, it is not possible to define recursive anonymous functions.
 
====Procedures====