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


[COMPILE] Search:

In Compilation Words in TurboForth Kernal

Word Name: [COMPILE]
Type: Immediate 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:

: ENDIF ( -- ) [COMPILE] THEN ; IMMEDIATE

Comment:

Used to compile immediate words into the current definition.

See Also: , (comma)  COMPILE 

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