Hello. What should do Code.Nth when the input code item is an empty sequence instruction? Should it perform a no op (re-pushing the inputs on the stack)? Should it push nothing on the code stack as result? I'm trying to read the original implementation but my ability to follow lisp code is not very good. Thanks.