routine *
Documentation for routine *
assembled from the following types:
language documentation Operators
From Operators
(Operators) infix *
multi sub infix:<*>(Any, Any --> Numeric)
Coerces both arguments to Numeric and multiplies them. The result is of the wider type. See Numeric for details.
language documentation Terms
From Terms
(Terms) term *
Creates an object of type Whatever
. See Whatever documentation for more details.