<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
Was wondering if someone could help me with this I've tried but cant
seem to get it working, what i want is to get the text in the example
that reads "THIS SHOULD BUT DOESN'T" to get colored as a comment, (this
is in the scheme bundle), <br>
<br>
<font color="#6633ff">; THIS GETS COLORED AS A COMMENT</font><br>
(<font color="#6600cc">define</font> (<font color="#ffcc33">np</font> n
m)<br>
    ; THIS SHOULD BUT DOESN'T<br>
    (if (or (= n 1) (= m <font color="#000000">1</font>))<br>
        1<br>
        (+ (np n (- m 1)) (np (- n 1) m))))<br>
<br>
<br>
<br>
Thanks.
</body>
</html>