[REBOL] Re: concurrent/parallel/multiple SETting
From: arolls:idatam:au at: 7-Jan-2002 15:07
In my quick test, I tried putting a
use [a b c d e] block around the second loop.
But it didn't seem to make any difference.
I would suggest a function that returns
some composed code to do, to optimise.
Also, I'd like to complain ;) about the
style below, (which is not quite style-guide
compliant).
If I paste this code straight into the console,
it fails on the first line because func is expecting
a block, but a newline indicated that the expression
was finished and the console should do it.
(Not to single you out Joel, some others here are
guilty too. ;) It is a very small thing compared to
the content...)
Regards,
Anton.