Daniel Davidson:
I get following errors when trying to run:STDERR| asciiart.d(17): Error: pure function 'commitCurrent' cannot call impure function 'text' STDERR| asciiart.d(17): Error: safe function 'asciiart.makeStructFromDiagram.commitCurrent' cannot call system function 'std.conv.text!(uint).text'
Rosettacode entries are designed to work with the latest updates of the compiler. In dmd 2.064beta2 text is pure.
Bye, bearophile
