Good evening to all,

I have written the following test program

procedure main()
     every write(test())
end

procedure test()
     every (suspend 1 to 3) & (1 to 3)
end


Based on what is understood from the semantics of unicon, what do people 
believe this should do?

As a part of a specific side project I am working on, I am investigating 
some of the conditions of unicon/icon semantics.

Any thoughts will be welcome. I do ask that nobody actually compile and 
run this just yet. I want to see what people think first before 
discussing the results obtained.

regards

Bruce Rennie

------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity 
planning reports. http://sdm.link/zohodev2dev
_______________________________________________
Unicon-group mailing list
Unicon-group@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to