1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/tests/logical2.py Sat Aug 23 21:57:29 2008 +0200
1.3 @@ -0,0 +1,7 @@
1.4 +#!/usr/bin/env python
1.5 +
1.6 +a = 1
1.7 +b = 0
1.8 +e = a and b or not a and not b
1.9 +
1.10 +# vim: tabstop=4 expandtab shiftwidth=4