This function encloses a string with parentheses.
encloseBr(x)
x
A character string to enclose.
A new character string with x enclosed by parentheses.
encloseBr("text") # returns "(text)"