macro_rules! popn { ([ $($x:ident),* ],$interpreter:expr $(,$ret:expr)? ) => { ... }; }
Pops n values from the stack. Fails the instruction if n values can’t be popped.