I'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>'(</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>("look" (lambda () (display "test")))))</div>
<div><br></div><div>The response I get from trying ((cdr (car commands))):</div><div>procedure application: expected procedure, given: ((lambda () (display "test"))) (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>