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 aee8587 commit 3c837aeCopy full SHA for 3c837ae
microalg.l
@@ -130,11 +130,12 @@ les appelle.")
130
text (if (num? first) first (get first 'text))
131
a_afficher (if text text (eval first)))
132
(setq *LastStdOut (if a_afficher a_afficher "?"))
133
- (println (ifn a_afficher
134
- (if (<> *EMUENV "browser")
135
- " "
136
- " ")
137
- a_afficher))
+ (ifn !testing
+ (println (ifn a_afficher
+ (if (<> *EMUENV "browser")
+ " "
+ " ")
138
+ a_afficher)))
139
Rien # Pas de valeur de retour
140
)
141
microalg_tests.malg
@@ -1,3 +1,4 @@
1
+(setq !testing T)
2
(let (Goods 0 Bads 0)
3
(mapc
4
'((BoolExpr)
0 commit comments