<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">(/ 10) means the function
that divides its argument by 10<br>
(- 10) however is just the number -10, even if I put a space between
the - and 10. <br>
<br>
How can I create a function that subtracts 10 from its argument in a
clean way then?<br>
<br>
I could use (flip (-) 10) but that looks like a hack.<br>
<br>
Thanks,<br>
Peter<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font>
</body>
</html>