|
| Previous: 3.11.16 WRITEC | TOC | Index | Back | Next: 4. The Virtual Tcode Machine |
TTY.WRITES(string) ! Str => 0
Write a string to the terminal screen as if each character of the string had been written using TTY.WRITEC. However, WRITES is usually faster than the character-oriented TTY.WRITEC method.
Writing to the screen does not wrap around at the end of a line. When the given string does not fit in the space between the current cursor position and the end of the line, the result of the WRITES operation is undefined.
See also: WRITEC, READC
| Previous: 3.11.16 WRITEC | TOC | Index | Back | Next: 4. The Virtual Tcode Machine |