long [] one = {1,2, 3}; Poly p = new Poly("x", one, 1); Poly.print(p); Poly integer = makeInteger(2); Poly.print(p); Poly.print(integer);