Go to the first, previous, next, last section, table of contents.


downcase

Function: downcase { any -> any }
file: job.t
package: muf
status: alpha

If the input is a character it is converted to the corresponding lowercase value. If it is a small positive integer interpretable as an ASCII character, the corresponding integer conversion is done. In all other cases, nothing is done.

See section |downcase. See section stringDowncase.


Go to the first, previous, next, last section, table of contents.