[ f(x.1,x.2) for x in Product(1..9,1..4) ]
Take my implementation from http://lists.gnu.org/archive/html/axiom-math/2007-10/msg00023.htmlthen I don't see a reason (in Aldor) why it shouldn't even be possible to say
[f x for x in (1..9)*(1..4)] where f: (Integer, Integer) -> Something. Ralf _______________________________________________ Axiom-math mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/axiom-math
