Constant tagua_parser::tokens::FINALLY [] [src]

pub const FINALLY: &'static [u8] = b"finally"

The FINALLY token.

Represent the finally block of a try/catch control structure, e.g. try { … } catch (…) { … } finally { … }.