Missing python-like chaining in D

forkit forkit at gmail.com
Mon Feb 21 09:29:56 UTC 2022


It seems to me, that D is a language where python like chaining 
would be right at home.

writeln(1 < 2 < 3 < 4 > 3 == 3); // true


So why doesn't D have it already ;-)



More information about the Digitalmars-d mailing list