Turns out that I can put into the function writeln almost any design language:

-----
import std.stdio;

void main() {
        writeln( { int n = 5; } );
}
-----
http://ideone.com/Rp7gZ2

Reply via email to