t3x.org / t3x / t3x-manual / 32B.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.2.10 MEMSCAN
TOC | Index | Back Next:
3.2.12 OPEN

3.2.11 NEWLINE

T.NEWLINE(s) ! Str => Str

Write a system-dependent newline sequence to the string 's'. The sequence will move the cursor to the beginning of a new line when sent to a terminal. The sequence written to 's' will never be longer than four characters including the terminating NUL character.

The result of writing NEWLINE to a screen may be undefined on terminals in raw mode.

NEWLINE returns a pointer to 's'.

See also: WRITE, TTYCTL.MODE

Previous:
3.2.10 MEMSCAN
TOC | Index | Back Next:
3.2.12 OPEN