Editor
Documentation
Why
9
1
2
3
4
›
let
greet
= fn
name
:
Str
->
Str
{
"hello "
+
name
}
;
greet
(
"world"
)
run (ctrl+s)