Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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