> Folks,
>
> I've tried to capture some of the discussion and my thoughts on using
> Rosetta Code for two similar languages like Icon and Unicon.
>
> Please see http://rosettacode.org/wiki/Category_talk:Unicon
>
> Please feel free to add.
>
> David

Ummmm, has anyone actually executed the loop/break code? Shouldn't it be


procedure main()
   repeat (write("\na: ", ?20 - 1) ~= 10 & write("b: ", ?20 - 1)) | break
end

noting that I've added a few strings to really make it clear which write is 
emitting which number.




------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Unicon-group mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/unicon-group

Reply via email to