Beispiel #1
0
 static void PushInt(ref FastStream fs)
 {
     fs.Push((int)fs.PopOp());
 }