On 02/28/2014 06:42 AM, Dicebot wrote: > You want static variables, either in form of global variables > (discouraged) or static class fields: Luckily, there is no global namespace in D. So, when it makes sense module-level global variables are fine as well. Ali