1 make
: Bad modifier `
:[]' for LIST
3 LIST:[0]="one two three four five six"
4 LIST:[0x0]="one two three four five six"
5 LIST:[000]="one two three four five six"
6 LIST:[*]="one two three four five six"
7 LIST:[@]="one two three four five six"
8 LIST:[0]:C/ /,/="one,two three four five six"
9 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
10 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
11 LIST:[*]:C/ /,/="one,two three four five six"
12 LIST:[*]:C/ /,/g="one,two,three,four,five,six"
13 LIST:[*]:C/ /,/1g="one,two,three,four,five,six"
14 LIST:[@]:C/ /,/="one two three four five six"
15 LIST:[@]:C/ /,/g="one two three four five six"
16 LIST:[@]:C/ /,/1g="one two three four five six"
17 LIST:[@]:[0]:C/ /,/="one,two three four five six"
18 LIST:[0]:[@]:C/ /,/="one two three four five six"
19 LIST:[@]:[*]:C/ /,/="one,two three four five six"
20 LIST:[*]:[@]:C/ /,/="one two three four five six"
24 ESCAPEDSPACE:[#]="1" == 1 ?
26 REALLYSPACE:[#]="1" == 1 ?
28 LIST:[0]:[#]="1" == 1 ?
29 LIST:[*]:[#]="1" == 1 ?
37 REALLYSPACE:[1]="" == "" ?
38 REALLYSPACE:[*]:[1]=" " == " " ?
40 make: Bad modifier `:[1.]' for LIST
41 LIST
:[1.
]="" is an error
42 make
: Bad modifier `
:[1].
' for LIST
43 LIST:[1].="}" is an error
48 make: Bad modifier `:[-]' for LIST
49 LIST
:[-]="" is an error
50 make
: Bad modifier `
:[--]' for LIST
51 LIST:[--]="" is an error
60 LIST:[0]:[1]="one two three four five six"
61 LIST:[*]:[1]="one two three four five six"
66 LIST:[*]:C/ /,/:[2]=""
67 LIST:[*]:C/ /,/:[*]:[2]=""
68 LIST:[*]:C/ /,/:[@]:[2]="three"
69 make: Bad modifier `:[1.]' for LIST
70 LIST
:[1.
]="" is an error
71 make
: Bad modifier `
:[1..
]' for LIST
72 LIST:[1..]="" is an error
74 make: Bad modifier `:[1..1.]' for LIST
75 LIST
:[1.
.1.
]="" is an error
78 LIST
:[3..
-2]="three four five"
79 LIST
:[-4.
.4]="three four"
80 make
: Bad modifier `
:[0.
.1]' for LIST
81 LIST:[0..1]="" is an error
82 make: Bad modifier `:[-1..0]' for LIST
83 LIST
:[-1.
.0]="" is an error
84 LIST
:[-1.
.1]="six five four three two one"
85 LIST
:[0.
.0]="one two three four five six"
86 LIST
:[3.
.99]="three four five six"
87 LIST
:[-3..
-99]="four three two one"
88 LIST
:[-99..
-3]="one two three four"
91 LIST
:[$
{ZERO
}]="one two three four five six"
92 LIST
:[$
{ZERO
}x$
{ONE
}]="one"
94 LIST
:[$
{MINUSONE
}]="six"
95 LIST
:[$
{STAR
}]="one two three four five six"
96 LIST
:[$
{AT
}]="one two three four five six"
97 make
: Bad modifier `
:[$
{EMPTY
' for LIST
98 LIST:[${EMPTY}]="" is an error
99 LIST:[${LONGLIST:[21]:S/2//}]="one"
100 LIST:[${LIST:[#]}]="six"
101 LIST:[${LIST:[${HASH}]}]="six"
102 LIST:S/ /,/="one two three four five six"
103 LIST:S/ /,/W="one,two three four five six"
104 LIST:S/ /,/gW="one,two,three,four,five,six"
107 LIST:C/ /,/="one two three four five six"
108 LIST:C/ /,/W="one,two three four five six"
109 LIST:C/ /,/gW="one,two,three,four,five,six"
112 LIST:tW="one two three four five six"
113 LIST:tw="one two three four five six"
114 LIST:tW:C/ /,/="one,two three four five six"
115 LIST:tW:C/ /,/g="one,two,three,four,five,six"
116 LIST:tW:C/ /,/1g="one,two,three,four,five,six"
117 LIST:tw:C/ /,/="one two three four five six"
118 LIST:tw:C/ /,/g="one two three four five six"
119 LIST:tw:C/ /,/1g="one two three four five six"
120 LIST:tw:tW:C/ /,/="one,two three four five six"
121 LIST:tW:tw:C/ /,/="one two three four five six"