Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
Parse time evaluation
Factor documentation
>
Factor handbook
>
The language
>
Syntax
Prev:
Literals
Code can be evaluated at parse time. This is a rarely-used feature; one use-case is
Loading native libraries
, where you want to execute some code before the words in a source file are compiled.
<<
>>
( -- * )