function returns_a_str() { print "" ; return "'A STRING'" } BEGIN { print "partial line:", returns_a_str() }