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


CHAR Search:

In String Words in TurboForth Kernal

Word Name: CHAR
Type: Immediate word
Data Stack Signature: -- ascii
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Returns the ascii value of the first character in the word immediately following.

Example:

CHAR STAR EMIT

(displays S)

Comment:

Do not use in a colon definition (unless surrounded with [ and ])

See Also: ASCII 

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