4 lines
87 B
Hy
4 lines
87 B
Hy
|
(require [hy.extra.anaphoric [ap-if]])
|
||
|
|
||
|
(print (eval '(ap-if (+ "a" "b") (+ it "c"))))
|