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

NAME

6       Prelude::isGraph  - Checks if the character is printable and not white‐
7       space
8

SYNOPSIS

10       Bool isGraph( Char c )
11

ARGUMENTS

13       c The character
14

DESCRIPTION

16       Returns true if the character is printable and not whitespace.
17

AUTHORS

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

LICENSE

23       The  Kaya  standard  library  is free software; you can redistribute it
24       and/or modify it under the terms  of  the  GNU  Lesser  General  Public
25       License  (version  2.1  or  any later version) as published by the Free
26       Software Foundation.
27
29       Prelude.isAlpha (3kaya)
30       Prelude.isAlnum (3kaya)
31       Prelude.isDigit (3kaya)
32       Prelude.isLineEnding (3kaya)
33       Prelude.isLower (3kaya)
34       Prelude.isPunct (3kaya)
35       Prelude.isUpper (3kaya)
36       Prelude.isSpace (3kaya)
37
38
39
40Kaya                             December 2010          Prelude.isGraph(3kaya)
Impressum