GotoStatement

GotoStatement

class GotoStatement : Statement {
Identifier* ident;
LabelSymbol label;
}

Meta