range

range -- Crée un tableau contenant un intervalle d'éléments

Description

array range ( int low, int high)

range( ) retourne un tableau contenant tous les entiers depuis low jusqu high , inclus .

Voir aussi shuffle( ) (pour un exemple d'utilisation ) .