Damian Conway wrote:
0 args: fail (i.e. thrown or unthrown exception depending on use fatal)
...
$sum = ([+] @values err 0); $prod = ([*] @values err 1); $prob = ([*] @probs err 0);
Just wanted to check, if I've said "use fatal": will that "err 0" DWIM, or will the fatalness win? Would I need to write