-
Declaration:
- Function Upcase (C : Char or string) : Char or String;
-
Description:
- Upcase returns the uppercase version of its argument C. If its argument is a string, then
the complete string is converted to uppercase. The type of the returned value is the same as
the type of the argument.
-
Errors:
- None.
-
See also:
- Lowercase (531)
Listing: refex/ex72.pp