Char char(Char c, var ParseState st)
Arguments
c: The character to parsest: The current parsing state
Usage
This function parses for a specified character, returning it if it is found, and throwing an Exception otherwise.
c: The character to parsest: The current parsing stateThis function parses for a specified character, returning it if it is found, and throwing an Exception otherwise.