gpu.shaders: '[ empty? not ] filter' is 'harvest'

Slava Pestov 2009-10-23 07:02:11 -05:00
parent ed3de4ae29
commit 729f119cc6
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ padding-no [ 0 ] initialize
] [ nip ] if ":" join ;
: replace-log-line-numbers ( object log -- log' )
"\n" split [ empty? not ] filter
"\n" split harvest
[ replace-log-line-number ] with map
"\n" join ;