t3x.org / t3x / t3x-manual / 338.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3.7 LCASE
TOC | Index | Back Next:
3.3.9 MAP

3.3.8 LOWER

CHR.LOWER(c) ! Char => Num

Return TRUE, if 'c' is a lower case letter (in the range 'a'...'z'). Otherwise return FALSE.

Previous:
3.3.7 LCASE
TOC | Index | Back Next:
3.3.9 MAP