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


.$CONST Search:

In String Constant Words in String Library

Word Name: .$CONST
Type: Standard word
Data Stack Signature: $Caddr --
Return Stack Signature: --
Availability: V1.2
Description:

Displays the string allocated to the specified string constant.

Example:

50 $CONST WELCOME \  define a string constant called WELCOME
WELCOME :=" Hello, World!" \ assign the string Hello, World! to WELCOME
WELCOME .$CONST \ display it

Comment:

None

See Also: $CONST  :=''  .$ 

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