Note to self:

Proffredd befour hittyng sind!

Joel Neely wrote:
> 
> 
>     b: make block! NN: (length? a) - 2
>     c: a
>     loop NN [append b (first c) + (second c) + (third c) / 3.0]
> 

Should have read

    b: make block! NN: (length? a) - 2
    c: a
    loop NN [
        append b (first c) + (second c) + (third c) / 3.0
        c: next c
    ]

-- 
; Joel Neely                             joeldotneelyatfedexdotcom
REBOL [] do [ do func [s] [ foreach [a b] s [prin b] ] sort/skip
do function [s] [t] [ t: "" foreach [a b] s [repend t [b a]] t ] {
| e s m!zauafBpcvekexEohthjJakwLrngohOqrlryRnsctdtiub} 2 ]
-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to