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


LTRIM$ Search:

In Transient String Words in String Library

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

Removes leading spaces from the left hand side of the topmost string on the string stack.

Example:

$"         HELLO!" ltrim$  len$ . \ displays 6

Comment:

An error occurs if the string stack is empty.

See Also: RTRIM$ 

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