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

m
(→‎{{header|Mathematica}}: Fixed issue with code not being comparable to first-class functions)
Line 218:
 
=={{header|D}}==
{{incorrect|D|Compare and contrast the resultant program with the corresponding entry in First-class functions.}}
 
XuTpuK: Program is correct and don't have to correspond another, orthogonal example.
}}
<lang d>import std.stdio: writefln;
 
Anonymous user