duration* ( obj1 obj2 -- obj3 )
Calendar ยป Timestamp arithmetic

Prev:time- ( time1 time2 -- time3 )


Vocabulary
calendar

Inputs
obj1an object
obj2an object


Outputs
obj3an object


Word description
Multiplies each time slot of a timestamp or duration by a number and make a new duration from the result. Used in the implementation of before.

Definition