arrays: can use the length>> accessor instead
parent
d4a127211d
commit
05b6d2d19b
|
@ -25,4 +25,4 @@ INSTANCE: array sequence
|
|||
: 3array ( x y z -- array ) { } 3sequence ; inline
|
||||
: 4array ( w x y z -- array ) { } 4sequence ; inline
|
||||
|
||||
PREDICATE: pair < array 1 slot 2 number= ;
|
||||
PREDICATE: pair < array length>> 2 number= ;
|
||||
|
|
Loading…
Reference in New Issue