Converting data types
Data must be the correct type for the operation involved.
The following @functions convert data, and test for type.
Concatenating, comparing, and determining length
The + operator concatenates strings. The =, <>, !=,
=!, ><, <, >, <=, and >= operators compare strings.
The following @functions determine length and compare strings: