Execute HQ9+/Haskell: Difference between revisions

m
Whoops, we don't need that qualifier.
m (Changed spacing.)
m (Whoops, we don't need that qualifier.)
Line 20:
pass 0 = "Go to the store and buy some more, "
pass _ = "Take one down and pass it around, "
up (x : xs) = Char.toUpper x : xs
num (-1) = "99"
num 0 = "no more"
845

edits