6.20.5 Displaying characters and strings

type ( c-addr u –  ) core “type”

If u>0, display u characters from a string starting with the character stored at c-addr.

xemit ( xc –  ) xchar “x-emit”

Prints an xchar on the terminal.

emit ( c –  ) core “emit”

Send the byte c to the current output; for ASCII characters, emit is equivalent to xemit.

typewhite ( addr n –  ) gforth-0.2 “typewhite”

Like type, but white space is printed instead of the characters.