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 4c5b0f3 commit 59b6f89Copy full SHA for 59b6f89
microalg_export.l
@@ -3,7 +3,8 @@
3
(cond
4
((num? src) (list 'Litteral src))
5
((str? src) (list 'Litteral src))
6
- ((sym? src) (if (index src '(Vrai Faux Rien Alors Sinon Tant_que Faire En_position De_type))
+ ((sym? src) (if (index src '(Vrai Faux Rien Alors Sinon Tant_que Faire
7
+ En_position De_type Fois))
8
src
9
(list 'Variable src)))
10
(T (cons (car src) (mapcar 'proteger_source_aux (cdr src))))
0 commit comments