String -- the class of all strings
The type String is a member of the class Type.
Each object of class String is called a string.
Each string is also a member of class Net.
More general types (whose methods may also apply) :
A string is thing which contains a sequence of characters (bytes).
A string is normally entered as a sequence of characters surrounded
by quotation marks.
For an alternate method of entering strings which does not involve
any escape sequences, see ///.
A net is a two-dimensional array of characters, and strings are regarded
as a type of net. See Net.
Functions and methods returning a a string :
Methods for using a string :
Fixed objects of class String :