t3x.org / t3x / t3x-manual / 3BG.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.11.15 SCROLL
TOC | Index | Back Next:
3.11.17 WRITES

3.11.16 WRITEC

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