I&#39;m trying to write a little interactive fiction, and I have a setup like this:<div><br></div><div>(define commands</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>&#39;(</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>(&quot;look&quot; (lambda () (display &quot;test&quot;)))))</div>
<div><br></div><div>The response I get from trying ((cdr (car commands))):</div><div>procedure application: expected procedure, given: ((lambda () (display &quot;test&quot;))) (no arguments)<br clear="all"><br></div><div>
Can someone explain to me what I am doing wrong?</div><div><br>--  Thanks, <br>--Timothy.<br>
</div>