Lichen

tests/operator_syntax.py

289:9f7b491d750c
2016-12-01 Paul Boddie Tidied up the string class.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True