Skip to content

Instantly share code, notes, and snippets.

@onlyshk
Created November 13, 2010 15:35
Show Gist options
  • Save onlyshk/675414 to your computer and use it in GitHub Desktop.
Save onlyshk/675414 to your computer and use it in GitHub Desktop.
9> 10 / 5.
2.0
10> 10 div 5.
2
11> 10 rem 5.
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment