mirror of
https://github.com/janet-lang/janet
synced 2025-01-13 17:10:27 +00:00
4 lines
45 B
Plaintext
4 lines
45 B
Plaintext
|
(defn hungry
|
||
|
[x]
|
||
|
(print x " is hungry"))
|