Mafi:
> When try to compile my code doesn't stop to take more RAM.

Maybe it's those appensds. If you have many large strings it's much better both 
in D and other languages to collect them in an array of strings, and then join 
them all at the end.
Try to strip your program to bare-bones if you want to find the source of your 
problems.

Note "$"[0] is probably written '$'.

Bye,
bearophile

Reply via email to