<A NAME=STRING>
<TITLE>STRING</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>STRING</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>type</B><P>
<P>
A <em>string</em> is any collection of characters enclosed in double quotation
marks (<em>"</em>). It may be used as an argument for a variety of commands
and operators, such as <em>in</em>, <em>rederr</em> and <em>write</em>.
<P> <H3>
examples: </H3>
<P><PRE><TT>
write "this is a string";
this is a string
write a, " ", b, " ",c,"!";
A B C!
</TT></PRE><P><P>
<P>