Hi,

Here is my trial that eliminates If and Either from the rule:

rule: [
    (actions: copy [])
    star: none
    ['select (star: ['* (append actions [list-dir dir-1])]) | 'insert |
'update | 'delete]
    some [
        star |
        'size (append actions [size? dir-1]) |
        'modified (append actions [modified? dir-1])
    ]
    'from
    set dir-1 file! (print reduce actions)
]
b: [SELECT SIZE MODIFIED FROM %/c/autoexec.bat]
parse b rule

Cheers
    L

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to