5 lines
107 B
Hy
5 lines
107 B
Hy
|
; vim: tabstop=2 expandtab shiftwidth=2 softtabstop=2 filetype=lisp
|
||
|
|
||
|
(def square (fn [arg]
|
||
|
(* arg arg)))
|