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