On Tuesday, October 29, 2002, at 11:21  AM, Damian Conway wrote:
My personal favorite solution is to use square brackets (for their dual
array and indexing connotations, and because they highlight the operator
so nicely):

$count = @a + @b;
@sums = @a [+] @b;
Any ideas on what

	{ $^a op $^b }

would become?

MikeL

Reply via email to