1Prelude.toUpper(3kaya)       Kaya module reference      Prelude.toUpper(3kaya)
2
3
4

NAME

6       Prelude::toUpper - Converts the character to an upper-case letter
7

SYNOPSIS

9       Char toUpper( Char c )
10

ARGUMENTS

12       c The character
13

DESCRIPTION

15       Converts  the character to an upper-case letter. Non-alphabetical char‐
16       acters are returned unchanged.
17
18       This function may give unusual results with non-ASCII characters.
19

AUTHORS

21       Kaya  standard  library  by  Edwin  Brady,  Chris  Morris  and   others
22       (kaya@kayalang.org). For further information see http://kayalang.org/
23

LICENSE

25       The  Kaya  standard  library  is free software; you can redistribute it
26       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
27       License  (version  2.1  or  any later version) as published by the Free
28       Software Foundation.
29
31       Prelude.toLower (3kaya)
32       Prelude.toUpper_1 (3kaya)
33
34
35
36Kaya                             December 2010          Prelude.toUpper(3kaya)
Impressum