mirror of
https://github.com/zaphar/ucg.git
synced 2025-07-22 18:19:54 -04:00
Update language spec with the NULL empty type.
This commit is contained in:
parent
a7b214a9af
commit
141385920a
@ -54,6 +54,7 @@
|
||||
//! * select
|
||||
//! * macro
|
||||
//! * env
|
||||
//! * NULL
|
||||
//!
|
||||
//! ### Primitive types
|
||||
//!
|
||||
@ -81,6 +82,12 @@
|
||||
//! "I'm a \"fine\" looking string"; // escaped quotes in a string.
|
||||
//! ```
|
||||
//!
|
||||
//! * A NULL is an empty type. It represents no value.
|
||||
//!
|
||||
//! ```ucg
|
||||
//! let empty = NULL;
|
||||
//! ```
|
||||
//!
|
||||
//! ### Complex types
|
||||
//!
|
||||
//! ucg has two complex data types, Lists and Tuples.
|
||||
|
Loading…
x
Reference in New Issue
Block a user