Oz (programming language): Difference between revisions

Content deleted Content added
Functions: grammar
No edit summary
Line 55:
[2 4 6 8] % even more syntactic sugar
</source>
Those data structures are values (constant), [[first-class object|first class]] and [[dynamic typing|dynamically type checked]]. Variable names in Oz start with an uppercase letter to distinguish them from [[Literal (computer programming)|literals]]<ref>https://mozart.github.io/mozart-v1/doc-1.4.0/tutorial/node3.html#label18</ref> which always begin with a lowercase letter.
 
===Functions===