Oz Programming/Data Types/Value
From Wikibooks, open books for an open world
Value is the root of all data types in Oz. The Oz language is dynamically-typed in the sense that when a variable is created, its data-type as well as its value are unknown. Only when the variable is bound to an Oz value, does its type become determined.
This page may need to be