Skip to content

Commit 59b6f89

Browse files
committed
Export: protec du mot-clef Fois.
1 parent 4c5b0f3 commit 59b6f89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

microalg_export.l

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
(cond
44
((num? src) (list 'Litteral src))
55
((str? src) (list 'Litteral src))
6-
((sym? src) (if (index src '(Vrai Faux Rien Alors Sinon Tant_que Faire En_position De_type))
6+
((sym? src) (if (index src '(Vrai Faux Rien Alors Sinon Tant_que Faire
7+
En_position De_type Fois))
78
src
89
(list 'Variable src)))
910
(T (cons (car src) (mapcar 'proteger_source_aux (cdr src))))

0 commit comments

Comments
 (0)