hy/tests/lang/foo.hy
2012-12-18 09:11:42 -05:00

5 lines
107 B
Hy

; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(def square (fn [arg]
(* arg arg)))