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


." Search:

In String Words in TurboForth Kernal

Word Name: ."
Type: Immediate compiling word
Data Stack Signature: --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Displays the string immediately following it. For use in colon definitions only.

Example:

: TEST ( -- ) ." Hello, World!" ;

Comment:

none

See Also: S" 

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