1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 16:05:47 +00:00
janet/examples/sample-dep2/dep2.janet

4 lines
32 B
Plaintext
Raw Normal View History

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