Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 77 Bytes

File metadata and controls

6 lines (6 loc) · 77 Bytes
-- even :: Int -> Bool
on even(x)
    0 = x mod 2
end even