mirror of
https://github.com/janet-lang/janet
synced 2025-01-09 15:10:27 +00:00
4 lines
32 B
Plaintext
4 lines
32 B
Plaintext
|
(defn function
|
||
|
[x]
|
||
|
(* x x))
|