Skip to content
Prev 59140 / 63424 Next

return (x+1) * 1000

I don't see how anything operating on the "result" of a return() call could be 
legal. The special semantics of the return() call is that it does **not** 
return control to the place it was called from, but rather to the location 
where its surrounding function(){} was called from.

Mateo.
--  
Mateo Obreg?n.
On Friday, 20 November 2020 22:52:58 GMT Duncan Murdoch wrote: