arrays: can use the length>> accessor instead

db4
Björn Lindqvist 2015-10-29 06:36:38 +01:00
parent d4a127211d
commit 05b6d2d19b
1 changed files with 1 additions and 1 deletions

View File

@ -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= ;