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


HEADER (V1.2.1) Search:

In Compilation Words in TurboForth Kernal

Word Name: HEADER (V1.2.1)
Type: Standard word
Data Stack Signature: --
Return Stack Signature: --
Availability: V1.2
Description:

This description pertains to HEADER in TurboForth Version 1.2.1 only.

HEADER searches forward in the input buffer for the next available word and creates and links a new dictionary entry accordingly.

Example:

HEADER NEW_WORD

The above example creates a new dictionary entry only (no executable code is associated with it at this point) called NEW_WORD.

Previous versions of TurboForth have a different version of HEADER.

Comment:

None

See Also: HEADER 

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