macro_rules! lselect { ($($select_body:tt)*) => { ... }; }
This calls loop and select! in a single macro.