not{ - Factor Documentation (original) (raw)

not{

Vocabulary
syntax

Syntax

not{ elements... }

Inputs
None

Outputs
None

Word description
Marks the beginning of a literal anonymous-complement class.

See also
intersection{, union{, maybe{

Definition

USING: classes.algebra.private parser ;

IN: syntax

SYNTAX: not{
\ }
[ ] parse-literal ;