1
0
mirror of https://github.com/janet-lang/janet synced 2025-02-07 04:20:01 +00:00

4 lines
32 B
Plaintext
Raw Normal View History

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