hy/tests/resources/importer/basic.hy

6 lines
90 B
Hy
Raw Normal View History

2013-03-04 01:40:46 +01:00
; This is a comment. It shall be ignored by the parser.
2013-03-06 03:44:26 +01:00
(def square (fn [x]
(* x x)))