t3x.org / t3x / t3x-manual / 334.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3.3 ASCII
TOC | Index | Back Next:
3.3.5 DIGIT

3.3.4 CNTRL

CHR.CNTRL(c) ! Char => Num

Return TRUE, if 'c' is a control character (in the range 0...31 or equal to 127). Otherwise return FALSE.

Previous:
3.3.3 ASCII
TOC | Index | Back Next:
3.3.5 DIGIT