Lichen

Annotated tests/operator_syntax.py

580:e703b981b9b1
2017-02-13 Paul Boddie Eliminated redundant struct usage. method-wrapper-for-context
paul@279 1
print 1 == 1                    # True
paul@279 2
print 1 != 1                    # False
paul@279 3
print 1 == "one"                # False
paul@279 4
print 1 != "one"                # True