[nem-en] Const vs. Static non-mutable

vc vc at rsdn.ru
Tue Feb 20 16:14:50 CET 2007


> I think the same difference like between const and static readonly in C#.

-1

It depend from initializer.
def x = 1;          // => const
def x = SomeCall(); // => readonly




More information about the devel-en mailing list