Add Value
|
The += macro increments 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 add operation.
Expression:
Arguments
Name
Type
Description Argument: source Symbol
The symbol or constant that contains the value that will be added.
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.
Number | Integer | Complex | Symbol |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|