MAINSAIL Language Manual, Section 48.21

previous   next   top   contents   index   framed top   this page unframed


48.21. ttycWrite

Figure 48–21. ttycWrite
PROCEDURE   ttycWrite   (REPEATABLE INTEGER char);

ttycWrite writes the character with code char to the file TTY.

For example, ttycWrite('c') writes the letter c to the primary output file. The effect is the same as that of ttyWrite("c").


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 48.21