File r37/lisp/csl/html/r37_0003.html artifact 5cfffaf8ee part of check-in d9e362f11e



<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>&quot;</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 &quot;this is a string&quot;; 

  this is a string 


write a, &quot; &quot;, b, &quot; &quot;,c,&quot;!&quot;; 

  A B C!

</TT></PRE><P><P>
<P>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]