String word(var ParseState st)
Arguments
st: The current parsing state
Usage
This function parses any sequence of ASCII letters ([A-Za-z]+) at the start of the string, and returns the sequence. An Exception will be thrown if the sequence does not exist.