9 Aug
2001
9 Aug
'01
11:44 p.m.
Hello,
[...] "findElem <- list" findElem is a new variable, but "list" is not. "elem==findElem" here for some reason "elem" is not a new variable.
Why does the rule only apply for "<-" operation, but not "==" for example?
Because "<-" is no operator but belongs to the syntax of the whole list expression.
[...]
Wolfgang