Oz (programming language): Difference between revisions

Content deleted Content added
m Higher Order Programming: corrected capitalization in subheading as per MOS:HEAD; hyphenated compound adjective as per MOS:HYPHEN
m Anonymous Functions: corrected capitalization in subheading as per MOS:HEAD
Line 107:
</source>
 
====Anonymous Functionsfunctions====
Like many other functional languages, Oz supports use of anonymous functions (i.e. functions which do not have a name) with higher order programming. The symbol $ is used to denote these.