Skip to content

Instantly share code, notes, and snippets.

@bobbywilson0
Created March 30, 2015 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbywilson0/d66f19802e522b669650 to your computer and use it in GitHub Desktop.
Save bobbywilson0/d66f19802e522b669650 to your computer and use it in GitHub Desktop.
ClojureScript:dodgeball.core> (unit? 1 5 :balls)
{:id 1, :coords {:x 1, :y 5}}
ClojureScript:dodgeball.core> (false? (unit? 1 5 :balls))
false
ClojureScript:dodgeball.core> (true? (unit? 1 5 :balls))
false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment