[][src]Macro colour::green

macro_rules! green {
    ($arg:tt) => { ... };
    ($($arg:tt)*) => { ... };
}

Macro similar to print! using green as the foreground colour.