And of course this will do the job: m: [print i] repeat i 5 [do bind m 'i]
this will bind the m into the context of i (which is context of repeat) before DOing it. Tue, 24 Aug 2010 15:50:32 +0300 tarihinde Gérard Côté <[email protected]> şöyle yazmış: > m: [print i] repeat i 5 [do m] -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
