Add tryelse() #1196
Labels
feature request
New functionality that doesn't exist yet
good first issue
Wanna take a stab at contributing? Try this one! Should be easier than most.
Add a function tryelse, which accepts two statement, trying the first one, and returning it if successful, otherwise, returning the else.
If scream-errors is true, the exception will still be logged.
The text was updated successfully, but these errors were encountered: