Skip to content

Instantly share code, notes, and snippets.

@assertchris
Created February 8, 2013 08:39
Show Gist options
  • Select an option

  • Save assertchris/4737485 to your computer and use it in GitHub Desktop.

Select an option

Save assertchris/4737485 to your computer and use it in GitHub Desktop.
Found in production code...
myfunc = (num) ->
if num is 1
return "num is 1";
else
return "not 1";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment