2.0 KiB
2.0 KiB
layout, title, parent, ancestor
| layout | title | parent | ancestor |
|---|---|---|---|
| default | Null | Primitive | Funcons-beta |
Funcons-beta : Null.cbs
Null
[
Datatype null-type
Funcon null-value Alias null
]Datatype
null-type ::= null-value
Alias
null = null-valueThe only element of the datatype null-type is null-value.
From the PLanCompS Project | CBS-beta issues... | Suggest an improvement...