Rev 8833 | Rev 9181 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8833 | Rev 9148 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | !bound bound3 within toto, tata,tutu default aaa |
14 | !bound bound3 within toto, tata,tutu default aaa |
15 | !bound bound4 within tata,tutu default bbb |
15 | !bound bound4 within tata,tutu default bbb |
16 | !bound bound5 between 500 and 1 default 500 |
16 | !bound bound5 between 500 and 1 default 500 |
17 | !bound bound6 between integer 1.5 and 300.234 default 2 |
17 | !bound bound6 between integer 1.5 and 300.234 default 2 |
18 | !bound bound7 between integer 1.5 and 300.234 default 89 |
18 | !bound bound7 between integer 1.5 and 300.234 default 89 |
- | 19 | ||
- | 20 | test=$var1\ |
|
- | 21 | $var2\ |
|
- | 22 | $bound1\ |
|
- | 23 | $bound2\ |
|
- | 24 | $bound3\ |
|
- | 25 | $bound4\ |
|
- | 26 | $bound5\ |
|
- | 27 | $bound6\ |
|
- | 28 | $bound7 |