@REPEAT[char,count] : Gibt das Zeichen char zurück , das unzählige Male wiederholt wurde .
Numeric input may be entered in either decimal format (a sequence of 0-9 digits) or in hexadecimal format ("0x" followed by a sequence of 0-F hex digits).
Beispiele:
function |
value |
%@repeat[%@char[95],10] |
__________ |
7%@repeat[ ,7]spaces |
7 spaces |
%@repeat[x,10] |
xxxxxxxxxx |