SELECT c
FROM
'{ => {SS.Begin[to]; level ← level + 1};
'} => {SS.End[to]; level ← level - 1};
'< => {
united: BOOL ← from.GetBool[];
offset: INTEGER ← from.GetInt[];
SS.Bp[to, united, offset];
WHILE from.GetChar[] # '> DO NULL ENDLOOP;
};
ENDCASE => to.PutChar[c];