Macro input

Source
macro_rules! input {
    () => { ... };
    ($arg:tt) => { ... };
}
Expand description

Outputs (or not) text and awaiting input. Outputs (or not) text and awaiting input.