Skip to content

Instantly share code, notes, and snippets.

@Zetaeta
Created June 10, 2012 12:56
Show Gist options
  • Save Zetaeta/2905416 to your computer and use it in GitHub Desktop.
Save Zetaeta/2905416 to your computer and use it in GitHub Desktop.
if (evaluate() == true) {
return true;
} else if (evaluate() == false) {
return false;
} else if (evaluate() == fileNotFound) {
return fileNotFound;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment