Artifact 5cfffaf8eef96b7dfbc0ef235644241193cd3b17442ee15444704031d7d68afe:
- Executable file
r37/lisp/csl/html/r37_0003.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 610) [annotate] [blame] [check-ins using] [more...]
<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>