murex
murex copied to clipboard
`try` and `trypipe` should support `catch` as a parameter
My thinking behind this is that if catch
is supplied as a parameter then try
/trypipe
doesn't need to return a non-zero exit number which then means you can nest try blocks.