Represents the "try" case of a try/except expression. Used in chain with the safe keyword.
unsafe {
# dangerous code
} safe _ {
# ...
}