[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Everyone's favorite flow control: retry

Yukihiro Matsumoto

12/6/2007 9:11:00 AM

Hi,

In message "Re: Everyone's favorite flow control: retry"
on Wed, 5 Dec 2007 04:40:00 +0900, MonkeeSage <MonkeeSage@gmail.com> writes:

|Just out of curiousity...is there a reason why MRI has Iter closing on
|the FCall rather than the other way 'round? Or is it just incidental?

To share implementation with CALL. We push the block stack then moves
to CALL node, recursively.

matz.