Oz Programming/Data Types/Value

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.

Subtypes of data type Value

Number

Record

Procedure

Cell

Chunk

Space

Thread

ByteString

BitString