Macro read_words

Source
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.