static O /*F1*/ dm_codeWithHintsToFunctionOnString(S code) { ret dm_codeWithHintsToFunctionOnString(code, ""); } static O /*F1*/ dm_codeWithHintsToFunctionOnString(S code, S hints) { ret dm_requireAndCallModule("#1021247/FunctionsOnStrings", 'getFunction, code, hints); }