All pastes #2120835 Raw Edit

Something

public text v1 · immutable
#2120835 ·published 2012-02-22 18:24 UTC
rendered paste body
		while(true) {
			line = in.readLine();
			if (line.length() > 0)
				if (line.charAt(0) == '=') break;
		}