8 lines
85 B
Plaintext
8 lines
85 B
Plaintext
feature test {
|
|
sub a by NULL;
|
|
} test;
|
|
|
|
feature test {
|
|
sub [a b c] by NULL;
|
|
} test;
|