<<
Factor handbook » The language » Syntax » Parse time evaluation

Next:>> ( -- * )


Vocabulary
syntax

Syntax
<< ... >>


Word description
Evaluates some code at parse time.

Notes
Calling words defined in the same source file at parse time is prohibited; see compilation unit as where it was defined; see Compilation units.

See also
>>

Definition