Lichen

tests/operator_syntax.py

284:c4617743ba3b
2016-11-30 Paul Boddie Replaced explicit declarations with an include directive.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True