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


RTRIM$ Search:

In Transient String Words in String Library

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

Removes trailing spaces from the right side of the topmost string.

Example:

$" Hello!          " rtrim$ len$ . \ displays 6

Comment:

An error occurs if the string stack is empty.

See Also: LEFT$ 

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