t3x.org / t3x / t3x-manual / 3BH.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.11.16 WRITEC
TOC | Index | Back Next:
4. The Virtual Tcode Machine

3.11.17 WRITES

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