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


HCHAR Search:

In Graphics Words in TurboForth Kernal

Word Name: HCHAR
Type: Standard word
Data Stack Signature: y x ascii count --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Draws count ascii characters on screen starting at y & x, continuing horizontally and to the right.

Example:

0 0 ASCII * 200 HCHAR

Comment:

none

See Also: VCHAR 

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