Rev 15353 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
23 | reyssat | 1 | !for i=1 to $parmcnt |
15353 | bpr | 2 | asklist=$asklist $i |
3 | p=!line 2 of $(parm$i) |
||
4 | p=!translate , to ; in $p |
||
5 | promptlist=!append item $p? to $promptlist |
||
6 | parm$i=!replace ?? by $(val$i) in $(parm$i) |
||
23 | reyssat | 7 | !next i |
8 | |||
9 | !for i in $storename |
||
15353 | bpr | 10 | storeval=!append line $($i) to $storeval |
23 | reyssat | 11 | !next i |
12 | |||
13 | remlist=!words2items $asklist |
||
17057 | bpr | 14 | !!!reset gotlist ans1 ans2 ans3 ans4 ans5 ans6 ans7 ans8 ans9 ans10 |
15 | !reset gotlist ans[10] |
||
16 | |||
23 | reyssat | 17 | !bound precision between integer 20 and 100000000 default 10000 |
18 | wims_compare_precision=$precision |
||
19 | thisscore=0 |
||
20 | status=waiting |