terminal

Macro step

Source
macro_rules! step {
    ($step:expr, $($arg:tt)*) => { ... };
}