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


Groups > comp.lang.forth > #20379 > unrolled thread

circular clumping

Started by"WJ" <w_a_x_man@yahoo.com>
First post2013-03-07 01:14 +0000
Last post2013-03-07 01:14 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.forth


Contents

  circular clumping "WJ" <w_a_x_man@yahoo.com> - 2013-03-07 01:14 +0000

#20379 — circular clumping

From"WJ" <w_a_x_man@yahoo.com>
Date2013-03-07 01:14 +0000
Subjectcircular 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 } }

[toc] | [standalone]


Back to top | Article view | comp.lang.forth


csiph-web