
28 Oct
2003
28 Oct
'03
4:54 p.m.
My code is
--1)Define a function bLine to give a line of horizontal #s
import Pictures
sb, sw :: Picture
bLine :: Int -> Picture
bLine n )
|n==0 = )
|n>0 = `sideBySide` sb (bLine (n-1))
and when running Hugs, it says that there is a