let greet = fn name: Str -> Str {
"hello " + name
};
greet("world")