
29 Sep
2007
29 Sep
'07
10:11 a.m.
Hi ord :: Char -> Int ord c = sum [1 | x <- ['\0'..'\255'], x < c] Any comments? Any alternatives? Cheers, Paul