<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>


COMPILE Search:

In Compilation Words in TurboForth Kernal

Word Name: COMPILE
Type: Standard compiling word
Data Stack Signature: --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Compiles the XT/CFA of the word immediately following it to the current colon definition at address HERE.

Example:

none

Comment:

To force the compilation of an immediate word use [COMPILE].

See Also: ' (tick)  [']  [COMPILE] 

<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>