next up previous contents index
Next: ThreadFriends Up: Topaz Interfaces Imported by Previous: System

Text

The Text interface provides the abstraction of immutable strings (finite sequences) of characters.

   

TYPE
  T = REF;
  RefArray = REF ARRAY OF T;

A value of type T represents a Text, that is an immutable character string.



Paul McJones
8/28/1997