macro_rules! formula { ( y($x:ident) = $form:expr, x = [$start:expr, $stop:expr; $step:expr] ) => { ... }; }