pot = L.new false
pot.add ["a", 1], ["b", 2]
pot.add ["c", 3], ["d", 4]
11.times{p pot.draw}