Variables in Oz start with a capital letter, try:

   for I in  {Ints 0} do {Browse I} end

(your program tries to match the atom/pattern 'i' against each element of
the list) 

cheers
k


Paolo Veronelli writes:
 > 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
 > 
 > Regards Paolino
 > 
 > 
 >      
 > 
 >      
 >              
 > ___________________________________ 
 > Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
 > http://mail.yahoo.it
 > 
 > 
 > _________________________________________________________________________________
 > mozart-users mailing list                               
 > [email protected]
 > http://www.mozart-oz.org/mailman/listinfo/mozart-users
 > 

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

Reply via email to