foreach n in ([9..12]){ println("The factorions for base %2d are: ".fmt(n),factorions(n).concat(" ")); }