Can I put an operator in a variable and then use it in the []
reduce meta-operator? Something like:

$op = '+';
$x = [$op] @x;

Rob

Reply via email to