W{ - Factor Documentation (original) (raw)

W{

Vocabulary
syntax

Syntax

W{ object }

Inputs
None

Outputs
None

Word description
Marks the beginning of a literal wrapper. Literal wrappers are terminated by }.

See also
literalize, , \

Definition

USING: kernel parser sequences ;

IN: syntax

SYNTAX: W{ \ } [ first ] parse-literal ;