Good evening Sergey,

Thanks you for your response. I have created a much more detailed test 
and some of the results are interesting from my perspective.

My initial view was that I should get 3 lots of the sequence 1,2,3.

Not what I got.

I'll give the full program and the results obtained in a day or two to 
give time for others to comment if they wish.

regards

Bruce Rennie

On 13/08/16 21:00, Sergey Logichev wrote:
> It's seems very provacative! From logical point of view I suggest 
> output as double sequence 1,2,3.
> But actually, I do not know!
> Best regards,
> Sergey
> 13.08.2016, 13:53, "Bruce & Breeanna Rennie" <bren...@dcsi.net.au>:
>>
>> 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 
>> <mailto:Unicon-group@lists.sourceforge.net>
>> https://lists.sourceforge.net/lists/listinfo/unicon-group
>>


------------------------------------------------------------------------------
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