times, * Full Description |
|
Syntaxnumeric-expression (* | times) numeric-expression Purpose Multiples counter values. Though Each line in this sample is an example of the use of the multiplication operator. Note that in this context, 43 * 967 12 * 19 * -35 a * b * c * d ;each letter being the variable of a local counter a times b times c times d ;each letter being the variable of a local counter |