# simple function definition func greeting($w) { "hello " + $w } $out = greeting("world") test $out {}