Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 16204 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !bound gotostep between integer 0 and $laststep+1 default $ |
1 | !bound gotostep between integer 0 and $laststep+1 default $ |
2 | !if $gotostep=$empty |
2 | !if $gotostep=$empty |
3 | error=bad_step |
3 | error=bad_step |
4 | !exit |
4 | !exit |
5 | !endif |
5 | !endif |
6 | currstep=$gotostep |
6 | currstep=$gotostep |
7 | m_step=$currstep |
7 | m_step=$currstep |
8 | methstep=1 |
8 | methstep=1 |
9 | !read deduc/methreset |
9 | !read deduc/methreset |
10 | !if $postvarcnt>0 |
10 | !if $postvarcnt>0 |
11 | !read $deffile postdef |
11 | !read $deffile postdef |
12 | !endif |
12 | !endif |