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


EMIT Search:

In Console I/O Words in TurboForth Kernal

Word Name: EMIT
Type: Standard word
Data Stack Signature: n --
Return Stack Signature: --
Availability: V1.0  V1.1  V1.2
Description:

Emits ASCII character n to the screen to the current cursor position.

Example:

42 EMIT

ASCII % EMIT

Comment:

Advances the cursor position after executing. If the last character on the last screen row is used, the screen will be scrolled up one line (assuming the value of SSCROLL>0).

See Also: TYPE  ." 

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