t3x.org / t3x / t3x-manual / 33B.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.3.10 SPACE
TOC | Index | Back Next:
3.3.12 UPPER

3.3.11 UCASE

CHR.UCASE(c) ! Char => Char

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

See also: LCASE

Previous:
3.3.10 SPACE
TOC | Index | Back Next:
3.3.12 UPPER