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


EXECUTE Search:

In Compilation Words in TurboForth Kernal

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

Executes the word whose XT/CFA is on the stack.

Example:

: TEST ( -- ) 1 2 3 . . . ;
' TEST EXECUTE

(executes TEST)

Comment:

none

See Also: ' (tick)  ['] 

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