Subversion Repositories wimsdev

Rev

Rev 5920 | Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5920 Rev 5921
Line 1... Line 1...
1
!! +exec+ +var+ +string+
1
!! +exec+ +var+ +string+
2
$lst_tit embraced$lst_titend$type_both
2
$lst_tit embraced$lst_titend$type_both
3
  $(lst_syntax)embraced $emph opword string$emphend</tt>
3
  $(lst_syntax)embraced $emph opword string$emphend</span>
4
  $lst_mean executes an operation $emph opword$emphend in each
4
  $lst_mean executes an operation $emph opword$emphend in each
5
  substring of $emph string$emphend enclosed in a pair of curly braces.
5
  substring of $emph string$emphend enclosed in a pair of curly braces.
6
  <p>
6
  <p>
7
  The curly braces in $emph string$emphend can be nested, but
7
  The curly braces in $emph string$emphend can be nested, but
8
  the execution runs from outmost pair to innermost pair.
8
  the execution runs from outmost pair to innermost pair.
9
  </p><p>
9
  </p><p>
10
  Available $emph opword$emphend:
10
  Available $emph opword$emphend:
11
  </p><ul>
11
  </p><ul>
12
  <li><tt>randitem</tt>. Random item in every embraced text.</li>
12
  <li><span class="tt">randitem</span>. Random item in every embraced text.</li>
13
  <li><tt>extract</tt>. Extracts the first (outmost) embraced text.</li>
13
  <li><span class="tt">extract</span>. Extracts the first (outmost) embraced text.</li>
14
  <li><tt>delete</tt>. Deletes all embraced contents (encluding the
14
  <li><span class="tt">delete</span>. Deletes all embraced contents (encluding the
15
  curly braces).</li>
15
  curly braces).</li>
16
  </ul>
16
  </ul>
17
 
-