Skip to content

Instantly share code, notes, and snippets.

@xpansive
Forked from anonymous/gist:2833460
Created May 30, 2012 03:51
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 xpansive/2833644 to your computer and use it in GitHub Desktop.
Save xpansive/2833644 to your computer and use it in GitHub Desktop.
if (evaluate() == true) {
return true;
} else if (evaluate() == false) {
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment