Lichen

tests/operator_syntax.py

337:d6b253d49e99
2016-12-06 Paul Boddie Moved stdin, stdout, stderr to posix.io.
     1 print 1 == 1                    # True     2 print 1 != 1                    # False     3 print 1 == "one"                # False     4 print 1 != "one"                # True