macro_rules! input {
() => { ... };
($arg:tt) => { ... };
}
Expand description
Outputs (or not) text and awaiting input. Outputs (or not) text and awaiting input.
macro_rules! input {
() => { ... };
($arg:tt) => { ... };
}
Outputs (or not) text and awaiting input. Outputs (or not) text and awaiting input.