Advertisement
elima_iii

Hoon 101 Assignment 2 (revised)

Jul 22nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. |= a=*
  2. ?^ a
  3. "input is a cell"
  4. ?: =((mod a 2) 0)
  5. "Input is even"
  6. "input is odd"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement