Haskell | Wiki community | Recent changes Random page | Special pages
Not logged in Log in | Help
Edit this page | Discuss this page | Page history | What links here | Related changes
< Humor
tell him the syntax for swapping two variables in Haskell is:
let a=b; b=a in <exp>