>
>> REBOL script using the new parse block capability.
>
>Hi, will this feature make it into /Core too? Having a official way to do
>dialecting would be great. Robert
>

Hi Robert,

Yes, /view is built on /core which will be re-released shortly with some
improvements and bug fixes. One improvement involves modifying a scalar
quantity using a path. For example, previously if you did:

t: now/time
t/minute: 0

to make that work you needed to do:

t: t/minute: 0

This now works as expected and the extra assignment is no longer needed. (
Uh oh, there goes that immutable list... ;-) )

 - jim
 

Reply via email to