Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
DLL"
Factor documentation
>
Factor handbook
>
C library interface
>
Passing data between Factor and C
>
Passing pointers to C functions
>
Alien addresses
>
Alien object literal syntax
Prev:
ALIEN:
Vocabulary
alien.syntax
Syntax
DLL" path"
Inputs and outputs
path
a pathname string
Word description
Constructs a DLL handle at parse time.
Definition
USING:
alien.libraries
lexer
namespaces
sequences
strings.parser
;
IN:
alien.syntax
SYNTAX:
DLL"
lexer
get
skip-blank
parse-string
dlopen
suffix!
;