goto method

void goto(
  1. StreamChar char
)

Implementation

void goto(StreamChar char) => addToken(char.toToken(TokenType.kGoto));