Merge branch 'master' of git://factorcode.org/git/factor

db4
U-SLAVA-DFB8FF805\Slava 2008-12-13 05:06:56 -06:00
commit bf4acfa509
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ INSTANCE: integer immutable-sequence
: (tail) ( seq n -- from to seq ) over length rot ; inline
: from-end [ dup length ] dip - ; inline
: from-end ( seq n -- seq n' ) [ dup length ] dip - ; inline
: (2sequence) ( obj1 obj2 seq -- seq )
tuck 1 swap set-nth-unsafe