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

[REBOL] USEFUL BUT MISSING SERIES! FUNCS - ADDENDUM

From: robbo1mark::aol::com at: 5-Jul-2001 8:41

USEFUL BUT MISSING SERIES! FUNCS - ADDENDUM This revised revised definition displays the correct behaviour I was looking for. Jeff's func was almost there but the use of 'HEAD meant series! didn't always return at the index position expected. Here's the revision-2 SWAP definition. SWAP: func [ series [series!] ] [ back back reverse/part series 2 ] cheers everybody, Mark Dickson