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