sS sf_addReversedArguments(S name) { S snippetID = stdFunctions_cached().get(name); if (snippetID == null) ret "Function not found: " + name; S src = loadSnippet(snippetID); ret editSnippet(snippetID, joinWithEmptyLines(src, tok_reverseFunctionArguments(javaDropAllComments(src)))); }