Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: REBOL Enhancement Proposals (REPs)

From: lmecir:mbox:vol:cz at: 27-Sep-2001 18:35

Hi Joel, here you have got my trial: cfor [i: 1 b: at a 2 c: at a 3] [(length? a) - 1 > i] [ change at b i a/:i + b/:i + c/:i / 3 i: i + 1 ] CFOR is the function I defined in http://www.sweb.cz/LMecir/highfun.r BTW, is your Perl implementation correct?