mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-11 22:36:18 +00:00
7 lines
106 B
Text
7 lines
106 B
Text
module { echo } -> [menu]
|
|
|
|
menu = \name ->
|
|
indirect name
|
|
|
|
indirect = \name ->
|
|
echo "Hi, $(name)!"
|