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


COUNT Search:

In String Words in TurboForth Kernal

Word Name: COUNT
Type: Standard word
Data Stack Signature: addr1 -- addr2 len
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Converts a counted string at addr1 to an address/length pair suitable for use with TYPE etc.

Example:

none

Comment:

Addr2 is addr1+1, and len is the value of the byte found at addr1.

See Also: S" 

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