BLS:
> Have the same feeling. Question remains is > What instead?
> /ctfe/ int r = fact(100);

In D2 I use enum:
enum int r = fact(100);

(I think I have not yet understood of the full meaning given by Walter to 
"static" for variables in D).

Bye,
bearophile

Reply via email to