I have the following script:
foo="foo"; bar="bar"; separator=": "; result="${foo}${separator}${bar}"; echo $result;