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

Reply via email to