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


upcase

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

If the input is a character it is converted to the corresponding uppercase 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 |upcase. See section stringUpcase.


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