|
| Previous: 3.11.15 SCROLL | TOC | Index | Back | Next: 3.11.17 WRITES |
TTY.WRITEC(c) ! Num => Num
Write the character 'c' to the terminal screen and return its ASCII code. The character will be output at the current cursor position. Writing a character advances the cursor. When the cursor is at the rightmost column when writing a character, the cursor position is undefined after the output operation.
See also: READC, WRITES
| Previous: 3.11.15 SCROLL | TOC | Index | Back | Next: 3.11.17 WRITES |