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

3.3.7 LCASE

CHR.LCASE(c) ! Char => Char

If the character 'c' is an upper case character (see CHR.UPPER), convert it to lower case and return it. Otherwise, return it unchanged.

See also: UCASE

Previous:
3.3.6 INIT
TOC | Index | Back Next:
3.3.8 LOWER