hy/tests/lang/foo.hy

5 lines
107 B
Hy
Raw Normal View History

2012-12-18 09:11:42 -05:00
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
(def square (fn [arg]
(* arg arg)))