termElse method

void termElse(
  1. StreamChar char
)

Implementation

void termElse(StreamChar char) => addToken(char.toToken(TokenType.kElse));