Backs up the stream by one element. In some methods this function will ensure that elemnt is at the stream’s position. If it isn’t then unread-element will signal an error. Otherwise, it will return elemnt.
open
| stream | An instance of <stream>. |
| elemnt | An instance of <object>. What the previous element should be. |
| the-elemnt | An instance of <object>. |