Skip to content

Instantly share code, notes, and snippets.

@ml
Created September 18, 2009 10:31
Show Gist options
  • Save ml/189001 to your computer and use it in GitHub Desktop.
Save ml/189001 to your computer and use it in GitHub Desktop.
> a = true;
?> b = false;
?> x = a and b;
?> x
=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment