24 Apr
2001
24 Apr
'01
3:22 a.m.
Mark Dacoron wrote:
I am getting an error when trying to run this specific line in hugs the line is " half [1..35] where half x = take (length x 'div' 2) x"
and the error that i am getting is "Improperly terminated character constant"
I do not know what is going on ???? please help Mark Dacoron _______________________________
You are using the wrong kind of single quote for div: it should be `div`. --Jeff