1
0
mirror of https://github.com/janet-lang/janet synced 2025-03-12 19:38:09 +00:00

4 lines
32 B
Plaintext
Raw Normal View History

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