Rev 14128 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14128 | Rev 14198 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | list_=$source_,$list_ |
34 | list_=$source_,$list_ |
35 | !else |
35 | !else |
36 | !if $target_=$[$ecnt_+1] |
36 | !if $target_=$[$ecnt_+1] |
37 | list_=$list_,$source_ |
37 | list_=$list_,$source_ |
38 | !else |
38 | !else |
- | 39 | !if $target_!=$empty |
|
- | 40 | !if $target_<$source_ |
|
39 | list_=!replace item $target_ by $source_,$target_ in $list_ |
41 | list_=!replace item $target_ by $source_,$target_ in $list_ |
- | 42 | !else |
|
- | 43 | list_=!replace item $target_ by $target_,$source_ in $list_ |
|
- | 44 | !endif |
|
- | 45 | !endif |
|
40 | !endif |
46 | !endif |
41 | !endif |
47 | !endif |
42 | !endif |
48 | !endif |
43 | list_=!nonempty item $list_ |
49 | list_=!nonempty item $list_ |
44 | mlist_=$empty |
50 | mlist_=$empty |