Catch multiple exceptions with one statement #21
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently it is not possible to catch multiple exceptions with one
except
statement. Not sure if this should be resolved in the current compiler too, but it would be pleasant to have this at least in NAC3.The following program
return this compile error:
Yes, this should not be too hard. I think we can also resolve this in the current compiler too if needed, I can look into it later when I have time.