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


DROP$ Search:

In Transient String Words in String Library

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

Drops the topmost string from the string stack.

Example:

$" Hello" DROP$ $.s \ place Hello on the string stack, drop it, and display the string stack.

Comment:

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

See Also: DROP 

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