Fichier supermax.res / 8 avril 1999 Programme: supermax.drs > (maximum '(76 456 43 22 9 876 567 4) plus-grand) 876 > (maximum '(1 2 3 4) plus-grand) 4 > (maximum '(1 2 3 4) +) 10 > (maximum '(765 67 54 654 33 4 98) +) 1675 > (maximum '(1 2 3 4) *) 24 > (maximum '((a b c) (1 2) (turlututu chapeau pointu)) append) (a b c 1 2 turlututu chapeau pointu)