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

[REBOL] Inverse append

From: lethalman:fyrebird at: 17-Oct-2004 14:56

Is there a function like append but that insert a value at the beginning of another one? c: [] a: "test 2" b: [] append b a c: join b c a: "test" b: [] append b a c: join b c c == ["test" "test 2"] -- Fyrebird Hosting Provider - Technical Department