Handbook
Glossary
minutes/hours ( n -- minutes hours )
Vocabulary
calendar
.
private
Inputs
n
an
object
Outputs
minutes
an
object
hours
an
object
Definition
USING:
kernel
;
IN:
calendar.private
:
minutes/hours
( n -- minutes hours )
60
/rem
swap
;
inline