
5 Oct
2006
5 Oct
'06
8:59 a.m.
Hi! Jason Hise schrieb:
vec[0] = 42; vec[_x] = 42; // does the same thing
"_x" is not allowed as a variable name. So we would need something else. And you don't want it to interfere with user code either. I can't estimate how many people would use a variable named "x" in a mathematical context. Frank