<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1226" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: " bgColor=#ffffff><LABEL id=HbSession 
SessionId="2695864401"></LABEL>
<DIV><FONT face=Arial size=2>My code is&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;--1)Define a function bLine to give a line of 
horizontal #s</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>import Pictures</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>sb, sw :: Picture </FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>bLine :: Int -&gt; Picture</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>bLine n )<BR>&nbsp;|n==0 &nbsp;&nbsp;&nbsp;&nbsp;= 
)<BR>&nbsp;|n&gt;0&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;= `sideBySide` sb 
(bLine (n-1))</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>and when running Hugs, it says that there is a 
&lt;unexpected symbol "#"&gt; in line 9 which is bLine n ). There was a hash 
sign previously, but I have reloaded Hugs since then.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>can you help</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Rachel</FONT></DIV>
<P></P></BODY></HTML>