Some languages, like C or the original Pascal, do not have string types, they just have related things like arrays of characters. But most Pascals and various other languages have string types, which are indicated as follows:
n type-information ; bytes
z type-information ; bytes
n
' except that this is a gstring, not an ordinary
string. I don't know the difference.
N
Languages, such as CHILL which have a string type which is basically
just an array of characters use the `S
' type attribute
(see String Field).
Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.