Mul Value
|
The *= macro multiplies the target argument by the value of the source
argument. Usage The *= Macro is equivalent to the following Lisp expression: (setq target (* target source))
(*= target source) Returns the result of the multiply operation.
Expression:
Arguments
Name
Type
Description Argument: source Symbol
The symbol or constant that contains the value that will be
used as the multiplier.
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Symbol | String |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|