Rev 9377 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8819 | bpr | 1 | f=line, aaa |
2 | |||
3 | test1=!append item 2 to $f |
||
4 | test2=!append line 2 to $f |
||
5 | test3=!append word 2 to $f |
||
9377 | bpr | 6 | test4=!append colon 2 to $f |
7 | test5=!append semicolon 2 to $f |
||
8 | test6=!append item 2 to $g |
||
9 | test6=!append item 3 to $test6 |
||
10 | test7=!append line 2 to $g |
||
11 | test7=!append line 3 to $test7 |
||
12 | test8=!append word 2 to $g |
||
13 | test8=!append word 3 to $test8 |
||
14 | test9=!append colon 2 to $g |
||
15 | test9=!append colon 3 to $test9 |
||
16 | test10=!append semicolon 2 to $g |
||
17 | test10=!append semicolon 3 to $test10 |
||
9148 | bpr | 18 | |
10181 | bpr | 19 | vartest=$test1\ |
9148 | bpr | 20 | $test2\ |
9377 | bpr | 21 | $test3\ |
22 | $test4\ |
||
23 | $test5\ |
||
24 | $test6\ |
||
25 | $test7\ |
||
26 | $test8\ |
||
27 | $test9\ |
||
28 | $test10 |
||
29 |