On 11/28/05, Paolo Veronelli <[EMAIL PROTECTED]> wrote:
> I need some help debugging this. (What is the Tell error ?)
>
> The goal is to see a potentially infinite  series of increasing numbers
> in the Browser (obviously :P )
>
> declare
> fun lazy {Ints N}
>    {Delay 1000}
>    N|{Ints N+1}
> end
> for i in  {Ints 0} do {Browse i} end

You need to capitalize "i" to make it a variable.

Max

--
Be pretty if you are,
Be witty if you can,
But be cheerful if it kills you.

_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to