8 lines
175 B
Plaintext

lookup ChainedMultipleSubst {
substitute [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t;
} ChainedMultipleSubst;
feature test {
lookup ChainedMultipleSubst;
} test;