[Factor-talk] How do I construct a sequence from values on the stack

2010-11-16 Thread Jeff C. Britton
What word do I need? Stack topSome Operation New Stack 9 ? { 8 11 12 5 9 } 5 12 11 8 -- Beautiful is writing same markup. Internet Explorer 9

Re: [Factor-talk] How do I construct a sequence from values on the stack

2010-11-16 Thread Chris Double
On Wed, Nov 17, 2010 at 2:56 PM, Jeff C. Britton j...@iteris.com wrote: What “word” do I need? There are worlds like 1array, 2array, 3array and 4array to produce an array from that many items on the stack. There is also 'narray' which is a generalisation of these for any number. eg: 2 4 8 16 32