Skip to content
Extraits de code Groupes Projets
Valider 7f5000cd rédigé par Nicolas Verbois's avatar Nicolas Verbois
Parcourir les fichiers

Update step_0.rkt : Precising that we implemented the info message in terms of...

Update step_0.rkt : Precising that we implemented the info message in terms of a call to the three other messages
parent 2935d53d
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -22,6 +22,7 @@
(cond ((eq? m 'getx) x)
((eq? m 'gety) y)
((eq? m 'type) 'point)
; We implemented the info message in terms of a call to the three other messages
((eq? m 'info) (list (dispatch 'type) (dispatch 'getx) (dispatch 'gety) ))
(else (display "ERROR"))))
dispatch)
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter