previous | index | next

Advertised and Unadvertised RA-Stack Operations

To get at the actual stack vector, we will use:

     (define cells
       (lambda (ra-stack)
	 (vector-ref ra-stack 1)))
Q: Advertised or unadvertised?

A:


previous | index | next