Returns the argument with trailing blank characters removed.
Transformational function
Character with the same kind type parameter value as STRING and with a length that is the length of STRING less the number of trailing blanks in STRING.
TRIM (' A B ') has the value ' A B'.