On Friday 22 March 2002 10:06, Joshua Nye wrote:
> Doh! Applied now.
> 
> But this fails now:
> 
> set S0, "test"
> set I0, 234
> save S0
> save I0
> restore S1
> restore I1

LIFO.  Switch your restores.  You're trying to pop an integer (IO) into a 
string (S1). 

> end
> 
> With error message: Wrong type on top of stack!
> 

-- 
Bryan C. Warnock
[EMAIL PROTECTED]

Reply via email to