>
Kostis Sagonas <> wrote: >
wrote: > > > Look at the code. Try to figure out what c() returns. Run it on > > the latest erlang. > > > > c() -> > > M = {a, b}, > > M:k(a). > > I've been screaming for years now. > Can we please take the {M,F} call (w/o arity) out of the language? That's not the problem here, Try M = {a, b, c, d}, instead, it will give the same result. /martin