use List; use IO; iter boxes() { for line in stdin.lines() { if line == "\n" then return; var boxList = new list(string); for idx in 0..