1Parse.char(3kaya)            Kaya module reference           Parse.char(3kaya)
2
3
4

NAME

6       Parse::char - Parse a specific character.
7

SYNOPSIS

9       Char char( Char c, var ParseState st )
10

ARGUMENTS

12       c The character to parse
13
14       st The current parsing state
15

DESCRIPTION

17       This  function  parses for a specified character, returning it if it is
18       found, and throwing an Exception otherwise.
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
30
31
32Kaya                             December 2010               Parse.char(3kaya)
Impressum