Lichen

tests/operator_syntax.py

326:e31fddc66a6c
2016-12-06 Paul Boddie Added tests of object naming.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True