Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.forth > #20379 > unrolled thread
| Started by | "WJ" <w_a_x_man@yahoo.com> |
|---|---|
| First post | 2013-03-07 01:14 +0000 |
| Last post | 2013-03-07 01:14 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.forth
circular clumping "WJ" <w_a_x_man@yahoo.com> - 2013-03-07 01:14 +0000
| From | "WJ" <w_a_x_man@yahoo.com> |
|---|---|
| Date | 2013-03-07 01:14 +0000 |
| Subject | circular clumping |
| Message-ID | <kh8pmj$ode$1@dont-email.me> |
In Factor:
USING: grouping ;
{ 1 2 3 4 5 } 3 circular-clump .
{ { 1 2 3 } { 2 3 4 } { 3 4 5 } { 4 5 1 } { 5 1 2 } }
Back to top | Article view | comp.lang.forth
csiph-web