Steve Wampler wrote:
> This looks like fun.
After actually visiting the RC site, how about this solution?:
procedure main()
while (10 ~= write(?20 - 1), write(?20 - 1))
end
which shows the power of GDE without introducing the
repeated evaluation operation. Or just:
procedure main()
while (10 ~= write(?20 - 1)) & write(?20 - 1)
end
[I personally prefer the first, but it does introduce
another 'new' operation.]
--
Steve Wampler {[email protected]}
The gods that smiled upon your birth are laughing now. -- fortune cookie
------------------------------------------------------------------------------
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