mirror of
https://github.com/janet-lang/janet
synced 2024-11-10 10:49:54 +00:00
4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
(defn hungry
|
||
|
[x]
|
||
|
(print x " is hungry"))
|