|
| Previous: 3.3.6 INIT | TOC | Index | Back | Next: 3.3.8 LOWER |
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 |