Subversion Repositories wimsdev

Rev

Rev 32 | Rev 4051 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

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