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


.$ Search:

In Transient String Words in String Library

Word Name: .$
Type: Standard word
Data Stack Signature: -- / ss: str --
Return Stack Signature: --
Availability: V1.2
Description:

Pops and displays the topmost string from the string stack.

Example:

$" Hello Mother!" \ place a string on the string stack
UCASE$ .$ \ convert to upper case and display it

Comment:

A run-time error results if the string stack is empty.

See Also: .$CONST 

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