|
Command |
Stack Diagram |
Description |
|---|---|---|
| ." ccc" |
( -- ) |
Compile a string for later display. |
| (cr |
( -- ) |
Move the output cursor back to the beginning of the current line. |
| cr |
( -- ) |
Terminate a line on the display and go to the next line. |
| emit |
( char -- ) |
Display the character. |
| exit? |
( -- flag ) |
Enable the scrolling control prompt: More [<space>,<cr>,q] ? The return flag is true if the user wants the output to be terminated. |
| space |
( -- ) |
Display a space character. |
| spaces |
( +n -- ) |
Display +n spaces. |
| type |
( addr +n -- ) |
Display n characters. |