27e74d43b1
Signed-off-by: Julien Danjou <julien@danjou.info>
5 lines
104 B
Hy
5 lines
104 B
Hy
;; This is a comment. It shall be ignored by the parser.
|
|
|
|
(setv square (fn [x]
|
|
(* x x)))
|