try { final var num = stack.pop(); if( num != null ) { stack.push( blah ); } return true; }