retroforth/array-todo.txt
crc 1486cd9e97 update a:for-each
FossilOrigin-Name: 8d0fd38330d3a2892cccf2cf6f288dacc8d4e49cc77ac8efc175554550f1d73a
2021-10-27 13:15:08 +00:00

45 lines
828 B
Text

# Progress on the Array Words
Words marked complete (x) have either been rewritten to be
size-flexible, or will work w/o rewrite once the underlying
words have been updated.
Words marked with a (-) are partially updated.
[x] a:Accessors
[x] a:(fetch)
[x] a:(store)
[x] a:(fetch-next)
[x] a:(store-next)
[x] a:size/byte
[x] a:size/half
[x] a:size/word
[x] a:length
[-] a:counted-results
[ ] a:from-string
[x] a:for-each
[ ] a:dup
[ ] a:copy
[ ] a:to-string
[ ] a:append
[ ] a:prepend
[ ] a:chop
[ ] a:filter
[ ] a:contains?
[ ] a:contains/string?
[ ] a:map
[ ] a:reverse
[ ] a:th
[ ] a:fetch
[ ] a:store
[x] a:reduce
[x] a:index
[x] a:index/string
[x] a:make
[ ] a:left
[ ] a:right
[ ] a:middle
[ ] a:eq?
[x] a:-eq?
[x] a:begins-with?
[x] a:ends-with?