Introduction à PARI/GP Structure de contrôle I while(cond, expr) I for(var=debut,fin,expr(var)) I forstep(var=debut,fin,pas,expr(var)) I forprime(var=debut,fin,expr(var)) I fordiv(N,var,expr(var))