macro_rules! input {
() => { ... };
($prompt:expr) => { ... };
}
Expand description
Macros as before (now using the production versions)
macro_rules! input {
() => { ... };
($prompt:expr) => { ... };
}
Macros as before (now using the production versions)