Macro popn_top

macro_rules! popn_top {
    ([ $($x:ident),* ], $top:ident, $interpreterreter:expr $(,$ret:expr)? ) => { ... };
}
Expand description

Pops n values from the stack and returns the top value. Fails the instruction if n values can’t be popped.