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 -- To unsubscribe from the list, just send an email to rebol-request at rebol.com with unsubscribe as the subject.
