hy/tests/resources/bin/require_and_eval.hy

4 lines
87 B
Hy
Raw Normal View History

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