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


CR Search:

In Console I/O Words in TurboForth Kernal

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

Issues a carriage return to the screen cursor (begins a new line).

Example:

none

Comment:

Scrolls screen up if on the last line of the screen (the 24th row).

See Also: GOTOXY 

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