const Lines = readLines(); iter readLines() { use IO; var line: string; while readLine(line, stripNewline=true) do yield line; } const numRows = Lines.size, numCols = Lines.first.size; const ForestSpace = {0..