Macro flow

Source
macro_rules! flow {
    ($($node:expr),+ $(,)?) => { ... };
}