Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.forth > #23553

zip

From "WJ" <w_a_x_man@yahoo.com>
Newsgroups comp.lang.forth
Subject zip
Date 2013-06-13 16:10 +0000
Organization A noiseless patient Spider
Message-ID <kpcqtr$nki$1@dont-email.me> (permalink)

Show all headers | View raw


Ruby:

[2,3,4].zip [:b, :c, :d]
    ==>[[2, :b], [3, :c], [4, :d]]

Can this be done in ANS Forth?

Back to comp.lang.forth | Previous | NextNext in thread | Find similar


Thread

zip "WJ" <w_a_x_man@yahoo.com> - 2013-06-13 16:10 +0000
  Re: zip Ron Aaron <rambamist@gmail.com> - 2013-06-13 19:33 +0300

csiph-web