Skip to content

value

value is the abstract supertype of all values.

value is not constructible directly.

assert (type 42 value)
assert (type "hello" value)
assert (type [] value)
assert (type nil value)

Inherits

value is the root of the type hierarchy.