Ejemplo n.º 1
0
 public static void back(char c, ShortTermMemoryReader reader) {
   if (c != (char) -1) {
     reader.back();
   }
 }