next up previous contents
Next: Sets, Lists, Arrays and Up: Programming Tools and Functions Previous: Types Checking

Uppercase

Calling Sequence:
uppercase(t)
Parameters:
t : string

Returns: string

Synopsis: This function returns the string t converted to uppercase.

Examples:

> uppercase('I have been converted');

See also: lowercase




Gaston Gonnet
1998-09-15