|
|||||
operator | repeated, ||* | ||||
Syntax
string-expression (||* | repeated) 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).
The keyword repeated
is a synonym for ||*
.
---- |