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


|downcase

Function: |downcase do{ [] -> [] }
file: job.t
package: muf
status: alpha

The |downcase prim converts to lowercase any character or integer values in the block. (Integer values > 255 are ignored.)

Stack: [ 'A' 'b' 'C' |
|downcase
Stack: [ 'a' 'b' 'c' |

See section downcase. See section stringDowncase.


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