summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/wolfram-fr.html.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'fr-fr/wolfram-fr.html.markdown')
-rw-r--r--fr-fr/wolfram-fr.html.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/fr-fr/wolfram-fr.html.markdown b/fr-fr/wolfram-fr.html.markdown
index ea07aae5..9cdbabcc 100644
--- a/fr-fr/wolfram-fr.html.markdown
+++ b/fr-fr/wolfram-fr.html.markdown
@@ -150,8 +150,8 @@ table[["Vert"]] (* 2, l'utilise *)
table[["Vert"]] := 5 (* 5, la modifie *)
table[["Bleu"]] := 3.5 (* 3.5, l'étend *)
KeyDropFrom[table, "Vert"] (* Supprime la clé "Vert" *)
-Keys[table] (* {Rouge} *)
-Values[table] (* {1} *)
+Keys[table] (* {Rouge, Bleu} *)
+Values[table] (* {1, 3.5} *)
(* Pour finir, toute bonne démonstration du langage Wolfram contient un
Manipulate ! *)