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
- Int
- FDInt
- Char
- FDInt
- Float
Record
- Tuple
- Literal
- Atom
- Name
- Bool
- Unit
- Literal
Procedure
Cell
Chunk
- Array
- Dictionary
- BitArray
- Class
- Object
- Lock
- Port