<div style="font-family: 'Times New Roman'; font-size: 16px;"><br /><br /><span>Op 23/02/12, <b class="name">Matthias Felleisen </b> &lt;matthias@ccs.neu.edu&gt; schreef: </span><blockquote cite="mid:4F7869E1-F9A5-4D76-A8BA-4E912A9C2F57@ccs.neu.edu" class="iwcQuote" style="border-left: 1px solid rgb(0, 0, 255); padding-left: 13px; margin-left: 0pt;" type="cite"><div class="mimepart text plain">        <br />Here is a high-riding American SUV, does this help? <br /><br /><br />(require 2htdp/image)<br /><br />(define cab  (beside (rectangle 33 18 'solid 'red) (right-triangle 10 18 'solid 'red)))<br />(define body (rectangle 100 30 'solid 'red))<br />(define top  (above/align 'right cab body))<br />(define tire (circle 15 'solid 'black))<br />(define bot  (beside tire (rectangle 25 10 'solid 'white) tire))<br /><br />(above top bot)<br /><br /><br /><br /></div></blockquote>When I try your example in the Beginng Student language with the Image teach packett I get this error :<br _moz_dirty="" /><br _moz_dirty="" />beside: this function is not defined<br _moz_dirty="" /><br _moz_dirty="" />Roelof<br _moz_dirty="" /><br _moz_dirty="" /></div>