Tarrasch/zsh-functional

Each should exit on first error

Tarrasch opened this issue · 0 comments

Currently

each 'eval $1' 'return 0' 'return 4' 'return 5'; echo $?

returns 5, not 4.