We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfc0e8 commit eb6c820Copy full SHA for eb6c820
microalg.l
@@ -384,7 +384,7 @@ Voir <http://fr.wikipedia.org/wiki/Fonction_OU>.")
384
(de Tant_que arg_lst (let (Bool (car arg_lst)
385
Mot-Clef (cadr arg_lst)
386
Corps (cddr arg_lst))
387
- (if (<> 'Faire Mot-Clef) (quit "Commande Tant_que sans mot-clé Faire."))
+ (if (<> 'Faire Mot-Clef) (quit "Commande `Tant_que` sans mot-clé `Faire`."))
388
(while (!boolCheckM2P (eval Bool) "La condition n’est pas un booléen.")
389
(run Corps))
390
Rien
0 commit comments