2930313233343536373839
str=sl.next(); int scope = VariableInterpreter.scopeString2Int(str); if(scope==Scope.SCOPE_UNDEFINED)sl.reset(); // keys String[] arr=sl.toArray(); ArrayUtil.trim(arr); // update first arg arg.setValue(LitDouble.toExprDouble(scope),"number");