<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<div><br></div><div>Hi,</div><div><br>I know that the following code works on the REPL, but why/how it should be done to work with #lang scheme ?</div><div><br></div><div><font class="Apple-style-span" color="#444444" face="Tahoma, Verdana, Arial, sans-serif"><div>(define old-car car)</div><div><br></div><div>(define car</div><div>&nbsp;(ë (lst)&nbsp;</div><div>&nbsp;&nbsp;(if (null? lst)</div><div>&nbsp;&nbsp;'()</div><div>&nbsp;&nbsp;(old-car lst))))</div><div><br></div><div>(car '())</div><div>(car '(a b &nbsp;c))</div><div><br></div><div>Thanks.</div></font></div>                                               <br /><hr />Gardez le contact. <a href='http://go.microsoft.com/?linkid=9724468' target='_new'>Obtenez la version mobile de Messenger ici</a></body>
</html>