Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #23553
| 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) |
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 | Next — Next in thread | Find similar
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