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


TYPE Search:

In Console I/O Words in TurboForth Kernal

Word Name: TYPE
Type: Standard word
Data Stack Signature: address length --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Types the string of length length beginning at address address to the screen.

Example:

: TEST S" Hello Mother!" TYPE ;

Comment:

none

See Also: EMIT  ."  S" 

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