macro_rules! static_table { ($($line:expr)*) => { ... }; }
Build a static table.
static_table!( "|--|--|" "|XX|XY|" "|--|--|" )