Handbook
Glossary
minute<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
minute<<
( value object -- )
Methods
USING:
accessors
calendar
kernel
math
slots
slots.private
;
M:
duration
minute<<
[
dup
real?
[
\
real
bad-slot-value
]
unless
]
dip
6
set-slot
;
inline
USING:
accessors
calendar
kernel
math
slots
slots.private
;
M:
timestamp
minute<<
[
dup
integer?
[
\
integer
bad-slot-value
]
unless
]
dip
6
set-slot
;
inline