Handbook
Glossary
historical-get-deaths ( timestamp -- alist )
Vocabulary
wikipedia
.
private
Inputs
timestamp
an
object
Outputs
alist
an
object
Definition
USING:
assocs
kernel
sequences
xml.traversal
;
IN:
wikipedia.private
:
historical-get-deaths
( timestamp -- alist )
historical-get
"ul"
deep-tags-named
[
fourth
items>sequence
]
[
10 13
rot
subseq
]
bi
zip
;