OT feature code: some wishes

Ah, thanks! Let me see if I got this right. The above example would be translated as:

@r_and_x = [r r.short r.somethingElse racute x];
@all_lowercase_except_r_and_x = [$[name in class(@Lowercase) AND NOT name in class(@r_and_x)]];

Right?