Issue 1323

bearophile bearophileHUGS at lycos.com
Sat Jan 8 15:20:17 PST 2011


Andrei has recently closed issue 1323, it's a small but very useful feature, so I suggest some public discussion:
http://d.puremagic.com/issues/show_bug.cgi?id=1323

Lines like this is present thousands of time in my Python code:
n in [1, 2, 3]
c in "hello"
"llo" in some_string

Bye,
bearophile


More information about the Digitalmars-d mailing list