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


LEN$ Search:

In Transient String Words in String Library

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

Pushes the length of the topmost string on the string stack to the data stack

Example:

$" red" len$ . \ displays 3

Comment:

An occurs if the string stack is empty.

See Also: CLEN$ 

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