func: hello(string: x) = { stdout: out = x } string: name = Hello world hello(name)