RETURN — Return

Pop an address from the call stack and jump to that address

Category generic
Value 5
Arity 0
Signature return

Mostly for use with call, but the call stack can also be manually manipulated.

If the call stack is empty, the behaviour is undefined (implementations should most likely crash).