First-class functions/Use numbers analogously: Difference between revisions

→‎{{header|D}}: Marked incorrect. Compare and contrast the resultant program with the corresponding entry in First-class functions.
(→‎{{header|ALGOL 68}}: Marked incorrect: Compare and contrast the resultant program with the corresponding entry in First-class functions.)
(→‎{{header|D}}: Marked incorrect. Compare and contrast the resultant program with the corresponding entry in First-class functions.)
Line 110:
 
=={{header|D}}==
{{incorrect|D|Compare and contrast the resultant program with the corresponding entry in First-class functions.}}
 
<lang d>import std.stdio, std.algorithm;
Anonymous user