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


VCHAR Search:

In Graphics Words in TurboForth Kernal

Word Name: VCHAR
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 downward and to the right.

Example:

0 0 ASCII % 768 VCHAR

Comment:

none

See Also: HCHAR 

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