Handbook
Glossary
minute>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
minute>>
( object -- value )
Methods
USING:
accessors
calendar
kernel.private
math
slots.private
;
M:
duration
minute>>
6
slot
{
real
}
declare
;
inline
USING:
accessors
calendar
kernel.private
math
slots.private
;
M:
timestamp
minute>>
6
slot
{
integer
}
declare
;
inline