Macro alg

Source
macro_rules! alg {
    ($moves: expr) => { ... };
}