Lichen

tests/operator_syntax.py

315:fc6b2c837042
2016-12-05 Paul Boddie Added/fixed various comments in the tests.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True