All pastes #2069704 Raw Edit

Mine

public text v1 · immutable
#2069704 ·published 2011-05-26 23:23 UTC
rendered paste body
repeat
						worldNo:=worldNo+1;
						writeln('checking world number',worldNo);
						assign(checkFile,'Worlds/World '+chr(worldNo+48)+' Map 30.dat');
						{$I-}
							reset(checkFile);
						{$I-}
						IOR := IOResult;
						close(checkFile);
						writeln('Closed file');
					until(IOR<>0);