var
    a = execProcess(cmd) b = "some string"

echo join(a, ": ", b)

and the result is

a

: b

Reply via email to