pub unsafe fn peek(stack: Stack) -> Value
Peek at the top value without removing it
Stack must have at least one value.