Skip to content

Instantly share code, notes, and snippets.

@chriskuech
Last active July 1, 2019 15:52
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 chriskuech/bf23e228a2afb6774c4ed40a54b99fb6 to your computer and use it in GitHub Desktop.
Save chriskuech/bf23e228a2afb6774c4ed40a54b99fb6 to your computer and use it in GitHub Desktop.
function div($n, $d) {$n / $d} # a seemingly pure function
div 1 0 # throws 'Attempted to divide by zero' error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment