[REBOL] Re: Core Guide Update - Minor Changes
From: lmecir:mbox:vol:cz at: 10-Aug-2002 12:29
Hi Carl,
the documentation surely looks better. The series part has been improved,
although I don't quite like the way how the documentation
(http://www.rebol.com/docs/core23/rebolcore-6.html) describes e.g.:
The position of the value that is returned by the first function is
relative to the position that colors has in the block. The returned value is
not the first color in the block, but the first color immediately following
the current position of the block.
I feel, that there is still a way how to improve it.
I would suggest to change the example in
(http://www.rebol.com/docs/core23/rebolcore-7.html):
If you would like the sub-blocks to be evaluated, use the /deep refinement.
The /deep refinement causes all parentheses to be evaluated, regardless of
where they are:
probe compose/deep [a b [c (d e)]]
[a b [c d e]]
to not yield an error
Best regards
Ladislav