<< Home | About Forth | About TurboForth | Download | Language Reference | Resources | Tutorials | YouTube >>
In Console I/O Words in TurboForth Kernal
Emits ASCII character n to the screen to the current cursor position.
42 EMIT
ASCII % EMIT
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).
SSCROLL