t3x.org / t3x / t3x-manual / 335.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3.4 CNTRL
TOC | Index | Back Next:
3.3.6 INIT

3.3.5 DIGIT

CHR.DIGIT(c) ! Char => Num

Return TRUE, if 'c' is a decimal digit (in the range '0'...'9'). Otherwise return FALSE.

Previous:
3.3.4 CNTRL
TOC | Index | Back Next:
3.3.6 INIT