Char anyChar(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any character, returning it. An Exception is thrown if the end of the input has been reached.
st: The current parsing stateThis function parses any character, returning it. An Exception is thrown if the end of the input has been reached.