ALIEN:
Factor handbook » C library interface » Passing data between Factor and C » Passing pointers to C functions » Alien addresses » Alien object literal syntax

Next:DLL"


Vocabulary
alien.syntax

Syntax
ALIEN: address


Inputs
None

Outputs
None

Word description
Creates an alien object at parse time.

Notes
Alien objects are invalidated between image saves and loads, and hence source files should not contain alien literals; this word is for interactive use only. See Alien expiry for details.

Definition