Subversion Repositories wimsdev

Rev

Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!distribute items >,,< into v_context,v_equivalence,v_goal
2
!for tt in context,equivalence,goal
16204 bpr 3
  !reset $tt
4
  t=!translate internal $	$ to $\
20 reyssat 5
$ in $(m_$tt)
16204 bpr 6
  t=!nonempty lines $t
7
  n=!linecnt $t
8
  !for i=1 to $n
9
    l=!line $i of $t
10
    $tt=!append line $(v_$tt) $l to $($tt)
11
  !next i
20 reyssat 12
!next tt
13
 
14
!if fixedgoal iswordof $m_options
16204 bpr 15
  goal=
20 reyssat 16
!endif
17
objects=!nonempty lines $context\
18
$equivalence\
19
$goal