Rev 16135 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16135 | Rev 16209 | ||
---|---|---|---|
Line 21... | Line 21... | ||
21 | !exit |
21 | !exit |
22 | :check |
22 | :check |
23 | !distribute items $methparmobj2 into data,left,sign,right |
23 | !distribute items $methparmobj2 into data,left,sign,right |
24 | !if $methparm1=0 |
24 | !if $methparm1=0 |
25 | error=Multiply an equation by 0 makes you lose information, and is therefore\ |
25 | error=Multiply an equation by 0 makes you lose information, and is therefore\ |
26 | prohibited. |
26 | prohibited. |
27 | !advance penalty |
27 | !advance penalty |
28 | !exit |
28 | !exit |
29 | !endif |
29 | !endif |
30 | methexp=Multiply \($left $sign $right) by \($methparm1) |
30 | methexp=Multiply \($left $sign $right) by \($methparm1) |
31 | 31 |