hy/tests/lang/foo.hy

5 lines
107 B
Hy
Raw Normal View History

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