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


$'' Search:

In Transient String Words in String Library

Word Name: $''
Type: Immediate compiling word
Data Stack Signature: tib:"string" --
Return Stack Signature: --
Availability: V1.2
Description:

Pushes a string to the string stack.

Example:

$" Hello, Mother!" \ push the string Hello, Mother! to the string stack

Comment:

A run-time error occurs if there is insufficient space on the string stack to accommodate the string.

See Also: :=''  .$ 

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