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


|upcase

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

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

Stack: [ 'a' 'B' 'c' |
|dup
Stack: [ 'A' 'B' 'C' |

See section upcase. See section stringUpcase.


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