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


, (comma) Search:

In Compilation Words in TurboForth Kernal

Word Name: , (comma)
Type: Standard word
Data Stack Signature: n --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Compiles the 16 bit cell n on the stack to HERE.

Example:

none

Comment:

Advances HERE by 1 cell (2 bytes).

See Also: DATA  HERE 

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