question property
Return the token used to separate the condition from the then expression.
Implementation
Token get question;
Set the token used to separate the condition from the then expression to
the given token
.
Implementation
set question(Token token);