macro_rules! read_words {
($sp:expr, $($words:ident),+ $(,)?) => { ... };
}Expand description
Same as read_words_rev, but returns the arguments in the order they were passed.
macro_rules! read_words {
($sp:expr, $($words:ident),+ $(,)?) => { ... };
}Same as read_words_rev, but returns the arguments in the order they were passed.