hy/tests/resources/bin/require_and_eval.hy
2018-11-08 22:57:17 -06:00

4 lines
87 B
Hy

(require [hy.extra.anaphoric [ap-if]])
(print (eval '(ap-if (+ "a" "b") (+ it "c"))))