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

Librarian comment

Librarian comment

Later versions of REBOL have a function called extract, but its purpose is different to this proposal. The built-in extract creates a block from an existing block by extracting every nth entry, eg:

>> extract [1 2 3 4 5 6 7 8] 2
 == [1 3 5 7]
 

This message has a comment to update or correct some aspect of it.

We never edit messages, so this is a mechanism for noting important changes.

If you think the comment is inaccurate -- or you know of other messages that could do with a comment -- please send us a feedback message, thanks.

Comment made by

sunanda on 15-May-2006

Return to message