_ ( -- * )
Factor documentation > Factor handbook > The language > Fried quotations
Prev:'[
Next:@ ( -- * )


Vocabulary
fry

Word description
Fry specifier. Inserts a literal value into the fried quotation.

Examples
See Examples of fried quotations.

Definition
USING: kernel ;

IN: fry

: _ ( -- * ) "Only valid inside a fry" throw ;