Handbook
Glossary
next-times-after ( cronentry n timestamp -- timestamps )
Vocabulary
crontab
Inputs
cronentry
an
object
n
an
object
timestamp
an
object
Outputs
timestamps
an
object
Definition
USING:
kernel
sequences
;
IN:
crontab
:
next-times-after
( cronentry n timestamp -- timestamps )
swap
[
dupd
next-time-after
dup
]
replicate
2nip
;