next up previous
Next: List Operations Up: Expressions Previous: Arithmetic Operations

String Operations

Besides comparing strings with = and != you can concatenate them with the <> operator. The following yields the value true, for example

( "abc" <> "def" ) = "abcdef";



Eric Klavins 2003-12-03