Expression | Result |
|---|---|
[ Repeat 1 {RepeatContext}] | "[1]" |
[ Repeat 2 [Repeat 3 {RepeatContext}]] | One of the following:
"[1][1]" "[1][2]" "[1][3]" "[2][1]" "[2][2]" "[2][3]" |
[ Repeat List("a","b","c") {RepeatCounter}] | One of the following: "[a]" "[b]" "[c]" |