macro_rules! word_wrap { (initial) => { ... }; (inherit) => { ... }; (unset) => { ... }; (normal) => { ... }; (break - word) => { ... }; }