logo
macro_rules! get_table {
    ($assign_to:ident, $key:expr, $globals:ident) => { ... };
}