sS stringToDollarVar1(S s) { ret "$" + dropAllButLettersAndUnderscores(replace(s, ' ', '_')); }