Handbook
Glossary
parse-month ( str -- n )
Vocabulary
crontab
.
private
Inputs
str
an
object
Outputs
n
an
object
Definition
USING:
ascii
kernel
math.parser
sequences
;
IN:
crontab.private
:
parse-month
( str -- n )
[
string>number
]
[
>lower
{
"jan"
"feb"
"mar"
"apr"
"may"
"jun"
"jul"
"aug"
"sep"
"oct"
"nov"
"dec"
}
index
]
?unless
;