scope defineRewrite. static SS #rewrites; svoid defineRewrite(S token, S replacement) { rewrites = mapPutOrCreate(rewrites, token, replacement); }