<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.51
from ProgrammersManual.texinfo on 4 March 1997 -->
<TITLE>LambdaMOO Programmer's Manual - Initial Punctuation</TITLE>
</HEAD>
<BODY>
Go to the <A HREF="ProgrammersManual_1.html">first</A>, <A HREF="ProgrammersManual_60.html">previous</A>, <A HREF="ProgrammersManual_62.html">next</A>, <A HREF="ProgrammersManual_77.html">last</A> section, <A HREF="ProgrammersManual_toc.html">table of contents</A>.
<P><HR><P>
<H3><A NAME="SEC61" HREF="ProgrammersManual_toc.html#TOC61">Initial Punctuation in Commands</A></H3>
<P>
The server interprets command lines that begin with any of the following
characters specially:
</P>
<PRE>
" : ;
</PRE>
<P>
Before processing the command, the initial punctuation character is replaced by
the corresponding word below, followed by a space:
</P>
<PRE>
say emote eval
</PRE>
<P>
For example, the command line
</P>
<PRE>
"Hello, there.
</PRE>
<P>
is transformed into
</P>
<PRE>
say Hello, there.
</PRE>
<P>
before parsing.
</P>
<P><HR><P>
Go to the <A HREF="ProgrammersManual_1.html">first</A>, <A HREF="ProgrammersManual_60.html">previous</A>, <A HREF="ProgrammersManual_62.html">next</A>, <A HREF="ProgrammersManual_77.html">last</A> section, <A HREF="ProgrammersManual_toc.html">table of contents</A>.
</BODY>
</HTML>