macro_rules! run {
($command:expr) => { ... };
}
Expand description
Run a deferred control-flow command (outside a loop).
This takes a Command
and runs it. This only works when not using loop-specific commands.
macro_rules! run {
($command:expr) => { ... };
}
Run a deferred control-flow command (outside a loop).
This takes a Command
and runs it. This only works when not using loop-specific commands.