|
|||||
operator |
||* (repetition) |
Syntax
string-expression ||* numeric-expression
An operator that concatenates copies of the specified string-expression. The number of copies is specified with the numeric-expression. The numeric-expression value must be greater than or equal to 0 (zero):
process output "*" ||* 4
The above code outputs:
****
The keyword repeated
is a deprecated synonym for ||*
.
Copyright © Stilo International plc, 1988-2008.