#2120836
while(true) { line = in.readLine(); if (line.length() > 0) if (line.charAt(0) == '=') break; }