# simple function definition func answer() { "the answer is 42" } $out = answer() test $out {}