SYNOPSIS
Char digit( var ParseState st )ARGUMENTS
st The current parsing state
DESCRIPTION
This function parses any digit character (as defined by Prelude.isDigit(3kaya) , returning it if it is found, and throwing an Exception otherwise.
![]() |
VOOZH | about |
st The current parsing state
This function parses any digit character (as defined by Prelude.isDigit(3kaya) , returning it if it is found, and throwing an Exception otherwise.