Handbook
Glossary
minutes ( x -- duration )
Calendar
ยป
Using durations
Prev:
hours ( x -- duration )
Next:
seconds ( x -- duration )
Vocabulary
calendar
Inputs
x
a
number
Outputs
duration
a
duration
Word description
Creates a duration object with the specified number of minutes.
See also
years
,
months
,
days
,
hours
,
seconds
,
milliseconds
,
microseconds
,
nanoseconds
Definition
USING:
accessors
kernel
;
IN:
calendar
:
minutes
( x -- duration )
instant
swap
>>minute
;