!752 p { S html = loadPage("http://pouet.net"); print("Page length: " + l(html)); // analysis new TableFinder tf; tf.go(html); for (int i = 0; i < tf.data.size(); i++) { S cell = tf.data.get(i).get(0); print(cell); } }