Skip to content
Prev 68698 / 398506 Next

Defining binary indexing operators

Excuse me!  I misunderstood the question, and indeed, it is necessary be 
that complicated when you try to make x$y behave the same as foo(x,y), 
rather than foo(x,"y") (doing the former would be inadvisible, as I 
think someelse pointed out too.)
Tony Plate wrote: