Add support for "try f" (when f is a function)#4186
Conversation
This returns a new compiled function closure that is equivalent to x -> try f x
|
I guess in the current behavior, something like Does this also allow Also, this is tangential, but I've always wanted this to work: i5 : apply(5, x -> if even x then continue else x)
stdio:5:29:(3): error: unhandled continue commandIt's really annoying that I have to use |
Not currently -- only |
This returns a new compiled function closure that is equivalent to
x -> try f x.Closes #4184