<p>Hi,</p>
<p>That would not be considered an &quot;example&quot; for at least two reasons. Do you see why?</p>
<p><blockquote type="cite">On Nov 9, 2010 12:17 PM, &quot;Peter Breitsprecher&quot; &lt;<a href="mailto:pkbreits@lakeheadu.ca">pkbreits@lakeheadu.ca</a>&gt; wrote:<br><br>As an example, I want have most of the functions for Plus, Minus already written.<br>
<br>Here is the code for it.<br><br>(define (plus num1 num2)<br>(+ num1 num2))<br><br>That is childs stuff...  Here is where I am having the problem, and please keep in mind I am new to DrRacket...<br>
<br>If my program accepts input such as <br>(plus 13 5)<br><br>I need to parse it so that I know what it is asking for.  If It is a left parent, then I need to move on, if it is a right parent, move on to the next character, once i get to the next character I can see it is an alphanumeric character, but then I need to somehow read the whole word, so that I can store that value in a variable so that I can read the next number.  If the numbers are single digits, it is easy, because they are only one charater each and read-char works perfect, but I need something like a read-word, or read-number and I can&#39;t seem to figure out how to do it.  <br>

<br>So really I need to know how do I read the words when there are characters present, and read the whole numbers when there is a number present.<p><font color="#500050"><br><br>On 9 November 2010 15:00, John Clements &lt;<a href="mailto:clements@brinckerhoff.org">clements@brinckerhoff.org</a>&gt; wrote:<br>
&gt;<br>&gt;<br>&gt; On Nov 9, 2010, a...</font></p><p><font color="#500050">-- <br>Kurt Breitsprecher<br>(807) 474-9601<br><a href="mailto:pkbreits@lakeheadu.ca">pkbreits@lakeheadu.ca</a><br></font></p><br>_________________________________________________<br>

  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br></blockquote></p>