Aha. That's an odd feature, methinks. Why would we want it?
/ Martin Stjernholm, Roxen IS
Previous text:
2003-09-04 02:08: Subject: Language comparisions
Should we add the possibility to define default values for types, e.g. typedef int myint = 7;
What do you mean? To me that looks like "constant myint = 7".
I believe it was meant to look like "constant myint = int" except that when a variable is declared as myint but without an initializer, it would get the value 7 rather than 0.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)