Besides comparing strings with = and != you can concatenate them with the <> operator. The following yields the value true, for example
( "abc" <> "def" ) = "abcdef";