next up previous contents
Next: 4.5 Traitement itératif Up: 4 Corps du programme Previous: 4.3 Branchement inconditionnel   Contents

4.4 Instruction NULL

Aucune action n'est effectuée.
Ex : IF traitement IS NULL

       THEN NULL;
       ELSIF traitement >= traitement_moyen
             THEN traitement := ROUND(traitement * 1-m, 2);
             ELSE traitement := traitement_moyen;
    END IF;


Florence Bannay 2000-11-13