1
0
mirror of https://github.com/janet-lang/janet synced 2024-09-06 12:36:52 +00:00
janet/examples/sample-dep2/dep2.janet

4 lines
32 B
Plaintext
Raw Normal View History

(defn function
[x]
(* x x))