Commit 5590459c authored by Amos Latteier's avatar Amos Latteier

Added documentation for roman and Roman method which I just discovered.

parent 3a4c60ef
......@@ -45,11 +45,17 @@ repeat: Repeat an element
o *length* - length of the sequence, which will be the total number
of repetitions.
o *letter* - count reps with lower-case letters: "a" - "z", "aa" - "az",
"ba" - "bz", ..., "za" - "zz", "aaa" - "aaz", and so forth.
o *letter* - repetition number as a lower-case letter: "a" -
"z", "aa" - "az", "ba" - "bz", ..., "za" - "zz", "aaa" - "aaz",
and so forth.
o *Letter* - upper-case version of *letter*.
o *roman* - repetition number as a lower-case roman numeral:
"i", "ii", "iii", "iv", "v", etc.
o *Roman* - upper-case version of *roman*.
You can access the contents of the repeat variable using path
expressions or Python expressions. In path expressions, you write
a three-part path consisting of the name 'repeat', the statement
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment